repl_python_virtualenv | R Documentation |
repl_python_virtualenv
Activates a Python virtual environment and
launches a Python REPL within that environment.
repl_python_virtualenv(envdir)
envdir |
The virtual environment directory. |
NULL
. Called for its side effects.
## Not run: repl_python_virtualenv("~/.venv/foo-bar/") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.