Settings that allow IPython Notebook to be accessed from outside the local

Summary of the part I was addicted to trying to change the setting because I could not access from other than local by default in IPython Notebook

Create a configuration file with the following command for the contents that came out after checking on the net,

$ ipython profile create nbserver

I was told to write the following settings, but the settings were not reflected properly

$HOME/.ipython/profile_nbserver/ipython_config.py


c.NotebookApp.ip = '*'

It seems that the version has changed and it seems that it is necessary to create settings with jupyter and write the settings there

$ jupyter notebook --generate-config

Since the IP setting is commented out around the 67th line, change it as follows

$HOME/.jupyter/jupyter_notebook_config.py


c.NotebookApp.ip = '*'

The settings are reflected when you start with the following

$ jupyter notebook

Recommended Posts

Settings that allow IPython Notebook to be accessed from outside the local
How to access the Datastore from the outside
How to operate Linux from the outside Procedure
How to instantly launch Jupyter Notebook from the terminal
Flask Web server cannot be published to the outside [VScode]
Check the Check button in Tkinter to allow Entry to be edited
The story that CSS is no longer applied after uploading the Django app from local to AWS
[IPython] How to Share IPython Notebook
How to use IPython Notebook
Launch the IPython notebook server
Settings to be made when starting up the linux server centos7