Difference between revisions of "Python/Jupyter Notebook"
< Python
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
= Install = | |||
There is a many methods to get Jupyter Notebook. Below my preferred option to run in Vagrant. | |||
== Vagrant == | |||
<source lang=bash> | |||
git clone https://gitlab.com/pio2pio/vagrant-jupyther-box | |||
cd vagrant-jupyther-box | |||
vagrant up | |||
firefox http://localhost:8888 | |||
</source> | |||
= References = | = References = | ||
* [https://jupyter.org/install.html Installing the Jupyter Software] | * [https://jupyter.org/install.html Installing the Jupyter Software] | ||
* [https://www.brow.sh/docs/keybindings/ Browsh fully-modern text based web browser] brow.sh | * [https://www.brow.sh/docs/keybindings/ Browsh fully-modern text based web browser] brow.sh | ||
* [https://gitlab.com/pio2pio/vagrant-jupyther-box jupyter-vagrant-box] GitLab | * [https://gitlab.com/pio2pio/vagrant-jupyther-box jupyter-vagrant-box] GitLab |
Revision as of 21:23, 19 March 2020
Install
There is a many methods to get Jupyter Notebook. Below my preferred option to run in Vagrant.
Vagrant
git clone https://gitlab.com/pio2pio/vagrant-jupyther-box cd vagrant-jupyther-box vagrant up firefox http://localhost:8888