Skip to content

Not able to render jupyter lab/notebooks in browser although the kernel is starting alright. #319

Discussion options

You must be logged in to vote

I had the same problem. The simple direct solution is to make a ssh with tunnel -L to slrum node machine to the port that openvscode-server was started (usually 3000), something like: ssh -L 3000:slrum_node:3000 user@slrum_node. And then, in your browser access as localhost (localhost:3000).

When running applications in localhost no HTTPS is required to activate the web workers and the notebook will render as expected :)

This was a problem for me when I was trying to find an IDE solution to my environment. After dropping openvscode-server solution because I was not able to render the notebooks, some hours later and other failed strategies I found somewhere recommended to use caddy server.…

Replies: 15 comments 17 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jeanp413
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies

This comment has been hidden.

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
17 replies
@ayan-iiitd
Comment options

@jeanp413
Comment options

@ayan-iiitd
Comment options

@jeanp413
Comment options

@ayan-iiitd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #312 on March 05, 2022 01:44.