- Prototype with Jupiter.
- Test New Command Line with Jupyter
- Jupiter test Webcam Examples, running without a command line.
* [ ] Test codiad
* [ ] Test c9 Ace Install
Run the commands I plugged into an install script with sudo bash install_jupyter.sh
These were cherry picked from this page on configuring from a public server.
Create a password manually: jupyter notebook --generate-config
Generate a config: jupyter notebook --generate-config
Edit the config file: sudo nano /home/pi/.jupyter/jupyter_notebook_config.py
Fish out the following:
c.NotebookApp.ip = '*'
c.NotebookApp.open_browser = False
c.NotebookApp.port = 8888
(NOTE: For some reason this enable port 8889? No actually 8888)c.NotebookApp.base_url = '/jupyter'
(You can change this to any url you like.)c.NotebookApp.notebook_dir = u'/home/pi/notebooks'
(Note that configuring above with this directory, you can put the notebooks in here).
Note: Other config options to note . . . you can modify to embed within another website with this.
jupyter notebook