Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
65c794dd
Commit
65c794dd
authored
Jul 11, 2017
by
Iliya Manolov
Committed by
Łukasz Nowak
Jul 25, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jupyter: Fixed the Python2 kernel
parent
96cf27af
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
0 deletions
+31
-0
component/jupyter/buildout.cfg
component/jupyter/buildout.cfg
+28
-0
software/jupyter/software.cfg
software/jupyter/software.cfg
+1
-0
software/wendelin/software.cfg
software/wendelin/software.cfg
+1
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-0
No files found.
component/jupyter/buildout.cfg
View file @
65c794dd
...
...
@@ -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)
software/jupyter/software.cfg
View file @
65c794dd
...
...
@@ -9,6 +9,7 @@ extends =
parts =
slapos-cookbook
jupyter
jupyter-notebook-initialized-scripts
instance-jupyter-notebook
[jupyter]
...
...
software/wendelin/software.cfg
View file @
65c794dd
...
...
@@ -12,6 +12,7 @@ parts +=
ipython
wendelin.core
jupyter
jupyter-notebook-initialized-scripts
wendelin_test_suite_runner
wendelin_testrunner
...
...
stack/erp5/buildout.cfg
View file @
65c794dd
...
...
@@ -140,6 +140,7 @@ parts +=
# jupyter
jupyter
jupyter-notebook-initialized-scripts
instance-jupyter-notebook
# override python2.7 to add SlapOS libstdc++ in RPATH.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment