Jupyter Notebook

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Jupyter Notebook

Post#1 by Rava » 17 Nov 2021, 18:40

https://jupyter.org/
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.
https://jupyter.org/install says JupyterLab can be installed with mamba and conda or with pip.
Cheers!
Yours Rava

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Jupyter Notebook

Post#2 by beny » 17 Nov 2021, 21:40

we have a lot of deps to build this package:
singledispatch
futures
backports-abc
tornado
ptyprocess
python3-tornado
python3-ptyprocess
terminado
send2trash
python-prometheus_client
testpath
pandocfilters
mistune
ipython_genutils
traitlets
python3-pyrsistent
python3-attrs
python-zipp
python-importlib_metadata
python3-jsonschema
jupyter-nbformat
jupyter_core
MarkupSafe
Jinja2
entrypoints
python3-defusedxml
decorator
python-webencodings
bleach
jupyter-nbconvert
zeromq
python3-pyzmq
python3-dateutil
setuptools-scm
python-dateutil
jupyter_client
backcall
simplegeneric
python3-wcwidth
python3-prompt_toolkit
pathlib
pickleshare
python3-pexpect
parso
python3-jedi
python3-ipython
python3-jupyter-ipykernel
ipaddress
pycparser
cffi
argon2-cffi
jupyter-notebook

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Jupyter Notebook

Post#3 by Rava » 17 Nov 2021, 21:45

Oh well, I think I pass.
The deps look like together they are multitude larger than the original package, or am I mistaken?
Cheers!
Yours Rava

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Jupyter Notebook

Post#4 by beny » 17 Nov 2021, 22:31

hi Rava in the package queue there are 4 python packages missing but i think are part of slackware current the 51 files load 18.2 mb,so what you think....
jupyter-notebook is 8.4 mb

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Jupyter Notebook

Post#5 by Rava » 18 Nov 2021, 13:14

^
Sounds doable.
When I heard about Jupyter Notebook I thought it intriguing… :) but I did not think it needs that many dependencies. :(
Cheers!
Yours Rava

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Jupyter Notebook

Post#6 by beny » 18 Nov 2021, 14:45

and to do a full installation of jupyter-notebook there are another 23 packages, via mediafire is a bit a trouble

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Jupyter Notebook

Post#7 by Rava » 18 Nov 2021, 20:26

beny wrote:
18 Nov 2021, 14:45
there are another 23 packages, via mediafire is a bit a trouble
You could put them all in one dependency module via

Code: Select all

ROOT=/path/to/module-creation-folder/ installpkg package1.tzx package2.txz […] packageN.txz
and then

Code: Select all

dir2xzm /path/to/module-creation-folder/ whatever.xzm
If one then only needs part of whatever.xzm he can xzm2dir the module and use

Code: Select all

ROOT=/path/whatever/ removepkg packagename1 […]
to remove the package or packages and create a new module sans the removed packages. :D
Cheers!
Yours Rava

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Jupyter Notebook

Post#8 by beny » 18 Nov 2021, 22:22

but at the end of this we need anaconda, ok a try to do one package like "the lord of the ring"....

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Jupyter Notebook

Post#9 by Rava » 18 Nov 2021, 22:29

beny wrote:
18 Nov 2021, 22:22
but at the end of this we need anaconda
you not mentioned anaconda in post #2 ???
Cheers!
Yours Rava

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Jupyter Notebook

Post#10 by beny » 18 Nov 2021, 22:48

this is the package without anaconda: https://www.mediafire.com/file/rsgjoqjm ... k.xzm/file i have read that is a python used software for this environment

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Jupyter Notebook

Post#11 by Rava » 19 Nov 2021, 05:23

beny wrote:
18 Nov 2021, 22:48
this is the package without anaconda: https://www.mediafire.com/file/rsgjoqjm ... k.xzm/file i have read that is a python used software for this environment
I try it… download is quite slow right now Image according to wget it shifts from 50 kbs to 275 kbs. :(

Added in 48 seconds:
Will report later on it, RL calls after the download is finished. :)
Cheers!
Yours Rava

Post Reply