Page 1 of 1

Jupyter Notebook

Posted: 17 Nov 2021, 18:40
by Rava
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.

Jupyter Notebook

Posted: 17 Nov 2021, 21:40
by beny
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

Jupyter Notebook

Posted: 17 Nov 2021, 21:45
by Rava
Oh well, I think I pass.
The deps look like together they are multitude larger than the original package, or am I mistaken?

Jupyter Notebook

Posted: 17 Nov 2021, 22:31
by beny
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

Jupyter Notebook

Posted: 18 Nov 2021, 13:14
by Rava
^
Sounds doable.
When I heard about Jupyter Notebook I thought it intriguing… :) but I did not think it needs that many dependencies. :(

Jupyter Notebook

Posted: 18 Nov 2021, 14:45
by beny
and to do a full installation of jupyter-notebook there are another 23 packages, via mediafire is a bit a trouble

Jupyter Notebook

Posted: 18 Nov 2021, 20:26
by Rava
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

Jupyter Notebook

Posted: 18 Nov 2021, 22:22
by beny
but at the end of this we need anaconda, ok a try to do one package like "the lord of the ring"....

Jupyter Notebook

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

Jupyter Notebook

Posted: 18 Nov 2021, 22:48
by beny
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

Jupyter Notebook

Posted: 19 Nov 2021, 05:23
by Rava
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. :)