jupyter / jupyter/notebook

jupyter notebook server connection issu

Open
#4,626 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
13.3k
Forks
5.8k
Avg merge
6d 11h
Merged PRs (30d)
7

Description

Hi all,

I am trying to access my windows 10 Education desktop(server) with my laptop computer with windows 10 Education.

I set the firewall setup and opened the port on the server and adjust the jupyter config file in the server as below,

c.NotebookApp.allow_origin = '*'
c.NotebookApp.allow_remote_access = True
c.NotebookApp.ip = '0.0.0.0'
c.NotebookApp.open_browser = False
c.NotebookApp.password = u''
c.NotebookApp.port = 9000

After the setup,

I open the jupyter notebook as
jupyter notebook --ip=[server.ip] --port=9000

I can access the server when I use the same ip on the laptop. (http://[server.ip]:9000)
However, when I use other ip, I cannot access it.

to be more specific,
server ip is fixed.
connection works when i use same ip ( internet from same modem) on the laptip,
however, when the laptop that has different ip, then it doesn't work.

Any suggestions or ideas?

Thanks.

Contributor guide

Open the contributing guide

Research direction

No repository file or test is identified. Start by reproducing the connection with the shown Jupyter configuration and the `jupyter notebook --ip=[server.ip] --port=9000` command, then compare access from the same modem with access from a different network. Done would require identifying a project-side failure and a concrete code or documentation change.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook
Domain
cli, networking
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.