Commit 65c794dd authored by Iliya Manolov's avatar Iliya Manolov Committed by Łukasz Nowak

jupyter: Fixed the Python2 kernel

parent 96cf27af
......@@ -12,6 +12,7 @@ extends =
parts =
jupyter
jupyter-notebook-scripts
[jupyter-env]
<= numpy-env
......@@ -46,3 +47,30 @@ setup-eggs =
${numpy:egg}
${python-pyzmq:egg}
${ipython:egg}
scripts =
jupyter-kernelspec
pythonjupyter
jupyter
jupyter-trust
jupyter-nbconvert
jupyter-console
jupyter-migrate
jupyter-troubleshoot
jupyter-run
[jupyter-notebook-initialized-scripts]
recipe = zc.recipe.egg:scripts
eggs = ${jupyter:eggs}
interpreter = pythonjupyter
environment = jupyter-env
scripts =
jupyter-nbextension
jupyter-notebook
jupyter-serverextension
initialization =
# https://github.com/ipython/ipython/issues/5420
import os
os.environ['PYTHONPATH'] = ':'.join(sys.path)
......@@ -9,6 +9,7 @@ extends =
parts =
slapos-cookbook
jupyter
jupyter-notebook-initialized-scripts
instance-jupyter-notebook
[jupyter]
......
......@@ -12,6 +12,7 @@ parts +=
ipython
wendelin.core
jupyter
jupyter-notebook-initialized-scripts
wendelin_test_suite_runner
wendelin_testrunner
......
......@@ -140,6 +140,7 @@ parts +=
# jupyter
jupyter
jupyter-notebook-initialized-scripts
instance-jupyter-notebook
# override python2.7 to add SlapOS libstdc++ in RPATH.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment