Commit cc85f6bc authored by Xavier Thompson's avatar Xavier Thompson

WIP: Adapt jupyter to Python3.8+

parent 68d338fe
...@@ -12,6 +12,7 @@ parts += ...@@ -12,6 +12,7 @@ parts +=
jupyter jupyter
jupyter-notebook-initialized-scripts jupyter-notebook-initialized-scripts
instance instance
allow-picked-versions = true
[gcc] [gcc]
...@@ -58,15 +59,15 @@ bleach = 3.2.1 ...@@ -58,15 +59,15 @@ bleach = 3.2.1
cycler = 0.10.0 cycler = 0.10.0
defusedxml = 0.6.0 defusedxml = 0.6.0
entrypoints = 0.3 entrypoints = 0.3
ipykernel = 5.3.4:whl # ipykernel = 5.3.4:whl
ipython = 5.3.0 # ipython = 5.3.0
ipython-genutils = 0.1.0 # ipython-genutils = 0.1.0
ipywidgets = 6.0.0 # ipywidgets = 6.0.0
jupyter-client = 6.1.7 # jupyter-client = 6.1.7
jupyter-core = 4.7.0 # jupyter-core = 4.7.0
jupyterlab = 0.26.3 # jupyterlab = 0.26.3
jupyterlab-launcher = 0.3.1 # jupyterlab-launcher = 0.3.1
jupyterlab-pygments = 0.1.2 # jupyterlab-pygments = 0.1.2
matplotlib = 2.1.2 matplotlib = 2.1.2
mistune = 0.8.4 mistune = 0.8.4
nest-asyncio = 1.4.3 nest-asyncio = 1.4.3
...@@ -109,3 +110,55 @@ openpyxl = 2.5.2 ...@@ -109,3 +110,55 @@ openpyxl = 2.5.2
sympy = 1.1.1 sympy = 1.1.1
xlrd = 1.1.0 xlrd = 1.1.0
jdcal = 1.4 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
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