Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos
Commits
cc85f6bc
Commit
cc85f6bc
authored
Nov 18, 2022
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: Adapt jupyter to Python3.8+
parent
68d338fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
9 deletions
+62
-9
software/jupyter/software.cfg
software/jupyter/software.cfg
+62
-9
No files found.
software/jupyter/software.cfg
View file @
cc85f6bc
...
...
@@ -12,6 +12,7 @@ parts +=
jupyter
jupyter-notebook-initialized-scripts
instance
allow-picked-versions = true
[gcc]
...
...
@@ -58,15 +59,15 @@ bleach = 3.2.1
cycler = 0.10.0
defusedxml = 0.6.0
entrypoints = 0.3
ipykernel = 5.3.4:whl
ipython = 5.3.0
ipython-genutils = 0.1.0
ipywidgets = 6.0.0
jupyter-client = 6.1.7
jupyter-core = 4.7.0
jupyterlab = 0.26.3
jupyterlab-launcher = 0.3.1
jupyterlab-pygments = 0.1.2
#
ipykernel = 5.3.4:whl
#
ipython = 5.3.0
#
ipython-genutils = 0.1.0
#
ipywidgets = 6.0.0
#
jupyter-client = 6.1.7
#
jupyter-core = 4.7.0
#
jupyterlab = 0.26.3
#
jupyterlab-launcher = 0.3.1
#
jupyterlab-pygments = 0.1.2
matplotlib = 2.1.2
mistune = 0.8.4
nest-asyncio = 1.4.3
...
...
@@ -109,3 +110,55 @@ openpyxl = 2.5.2
sympy = 1.1.1
xlrd = 1.1.0
jdcal = 1.4
[versions:sys.version_info >= (3,8)]
# See https://github.com/ipython/ipython/issues/11590
# And https://github.com/ipython/ipython/pull/11593
ipython = 7.34.0
jupyter-client = 7.4.7:whl
jupyter-core = 5.0.0:whl
jupyter-console = 6.4.4
jupyterlab-server = 2.16.3:whl
jupyterlab-pygments = 0.2.2:whl
jupyterlab-widgets = 3.0.3:whl
nbconvert = 7.2.5:whl
nbformat = 5.7.0:whl
traitlets = 5.5.0:whl
tinycss2 = 1.2.1:whl
platformdirs = 2.5.4:whl
pyzmq = 24.0.1
tornado =
mistune =
tomli =
notebook-shim =
Send2Trash =
nest-asyncio =
jinja2 =
importlib-metadata =
prompt-toolkit =
soupsieve =
widgetsnbextension =
# tomli = 2.0.1:whl
# notebook-shim = 0.1.0
# Send2Trash =
# nest-asyncio =
# traitlets = 5.1.0
# nbformat = 5.2.0
# nbconvert = 6.4.4
# jinja2 = 3.1.2:whl
# importlib-metadata = 5.0.0:whl
# prompt-toolkit = 2.0.10
# soupsieve = 2.3.2.post1:whl
# widgetsnbextension = 4.0.3:whl
# backcall = 0.2.0
# ipykernel = 6.17.1:whl
# traitlets = 5.1.0
# matplotlib-inline = 0.1.6:whl
# ipython-genutils = 0.2.0
# ipywidgets = 7.7.2
# jupyter-client = 6.1.7
# jupyter-core = 4.7.0
# jupyterlab = 0.26.3
# jupyterlab-launcher = 0.3.1
# jupyterlab-pygments = 0.1.2
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