Steps provided in CS231 were perfect to try out
1. "Allow HTTP traffic" and "Allow HTTPS traffic"
2. Enable Static IP
3. Create Firewall rule
4. Jupyter configuration Update
Ref2 - Config File Update
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step #1 | |
======== | |
vi ~/.jupyter/jupyter_notebook_config.py | |
Step #2 | |
======== | |
i - insert | |
c = get_config() | |
c.NotebookApp.ip = '*' | |
c.NotebookApp.open_browser = False | |
c.NotebookApp.port = 8888 | |
:wq commit | |
Step #2 | |
======== | |
jupyter notebook |
Happy Learning!!!
No comments:
Post a Comment