Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 565770a + 1299f09 commit b58ccb9Copy full SHA for b58ccb9
1 file changed
doc/faq/osx_framework.rst
@@ -100,6 +100,15 @@ framework build within the virtualenv. To run a script you can do
100
framework build. To run an interactive ``IPython`` session with the framework
101
build within the virtual environment you can do ``frameworkpython -m IPython``
102
103
+``PYTHONHOME`` and Jupyter
104
+^^^^^^^^^^^^^^^^^^^^^^^^^^
105
+
106
+This approach can be followed even if using `Jupyter <https://jupyter.org/>`_
107
+notebooks: you just need to setup a kernel with the suitable ``PYTHONHOME``
108
+definition. The `jupyter-virtualenv-osx <https://github.com/mapio/jupyter-virtualenv-osx>`_
109
+script automates the creation of such a kernel.
110
111
112
``PYTHONHOME`` Script
113
^^^^^^^^^^^^^^^^^^^^^
114
0 commit comments