Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1625 Discussions

Jupyter Notebook connection failure

rakcoder
Beginner
1,488 Views

Hi Team,

I have been trying to connect to Jupyter notebook tutorials since the past two days and I am getting the following error:

rakcoder_0-1641042931422.png

 

Please verify and let me know how to resolve this issue.

Thanks

Labels (1)
0 Kudos
8 Replies
213341654
Beginner
1,474 Views

I had the same issue since 2021/12/31, and I had been clean brown. However, this seems useless. I still can not connect to Jupyter Notebook too.

213341654
Beginner
1,472 Views

Yeap, I solve, try to open jupyter notebook througth this link https://devcloud.intel.com/oneapi/get_started/.

But this only avaliable for API develop user. I hope this can help you.

 

Thanks

0 Kudos
JananiC_Intel
Moderator
1,455 Views

Hi,


Thanks for posting in Intel forums.


This might be a temporary issue because when we tried opening jupyter notebook today it launched without any issues. As @213341654 suggested you can try launching jupyter notebook from this link(https://devcloud.intel.com/oneapi/get_started/) or you can try tunneling steps. Please find the below tunneling steps.

1)Enter command `jupyter notebook` if you have GUI support 

 or

  Enter command `jupyter notebook --no-browser --port=8880` on a remote shell

2)Open another prompt for port forwarding and run the below commands

 ssh -L 8880:localhost:8880 <host name>

 ssh -L 8880:localhost:8880 s001-nxxx

3)Copy-paste the URL address from the host into your local browser to open the jupyter console.

4)Open the notebook file and run each cell.


Regards,

Janani Chandran


0 Kudos
hiroaki
Beginner
1,451 Views

I had the same issue when I try to connect to Deep Learning WorkBench.

0 Kudos
JananiC_Intel
Moderator
1,430 Views

Hi @hiroaki,


Your issue regarding deep learning workbench is related to devcloud for the edge. Kindly raise your issue as a new thread in Intel devcloud forum.


Regards,

Janani Chandran


0 Kudos
JananiC_Intel
Moderator
1,418 Views

Hi @rakcoder,


Is your issue resolved? Do you have any updates?


Regards,

Janani Chandran


0 Kudos
rakcoder
Beginner
1,414 Views

Hi Janani,

 

Yes, the issue is resolved now. I am able to access the tutorial notebooks without any issues.

 

Please mark this request as completed.

 

Thank you for providing the resolution.

0 Kudos
JananiC_Intel
Moderator
1,403 Views

Hi,


Glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Regards,

Janani Chandran


0 Kudos
Reply