Skip to content

Conversation

@OmarYahyaa
Copy link

Jupyter port detection fix.

> [!NOTE]
>If the port didn't detect automatically then write this command
> ```bash
>uv run jupyter lab --ip=0.0.0.0 --port=8888 --no-browser --allow-root
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you explain what it does?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the video, the port wasn't detected automatically, and that happened to me
When I searched i got this command to make it detect automatically by assigning these tags

Thats the ChatGPT explanation:

It tells Jupyter to accept connections from any computer on the network on port 8888, not to try opening a web browser on the host machine, and permits running it as the root user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants