Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Not able to connect jupyter local machine to google colab #41

@HHBODARA

Description

@HHBODARA

I am trying to connect it with google colab using this command

jupyter notebook
--NotebookApp.allow_origin='https://colab.research.google.com'
--port=8081
--NotebookApp.port_retries=0

After this local machine is running on the same port but not able to connect it with colab. I tried restarting my notebook and generating new tokens disabling all the firewalls. Then tried ngrok for tunneling the token URL but i stuck in between where to use that tunneling URL. Then I tried changing the jupyter_notebook_config.py file by adding c.NotebookApp.allow_remote_access = True as per bing said, but then aslo it was not connecting.

Can anyone please help me with this or can suggest any other way where can I use my localhost on Internet for changing and debuggning .ipynb file located on local server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions