зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
19 строки
556 B
Plaintext
19 строки
556 B
Plaintext
jupyter
|
|
notebook [--help]
|
|
Writing notebook server cookie secret to
|
|
/run/user/1000/jupyter/notebook_cookie_secret
|
|
http://localhost:8888/?token=1447f600382119ef815bb991b04bc89ddba58dac57c7bff7
|
|
Writing notebook-signing key to
|
|
~/.local/share/jupyter/notebook_secret
|
|
|
|
|
|
kernels
|
|
python -m ipykernel install --user --name=my-virtualenv-name
|
|
pipenv install ipykernel
|
|
# ipykernel is auto-installed by jupyter
|
|
|
|
extensions
|
|
vega
|
|
https://github.com/vega/ipyvega
|
|
$ jupyter nbextension enable --sys-prefix --py vega
|