Does jupyter have to have https? #6396
Unanswered
Pythoneryeah
asked this question in
Q&A
Replies: 1 comment
-
VS Code uses service workers, and browsers only allow service
workers in a secure context, so there is nothing code-server can
do about this restriction.
Now, maybe VS Code can be rewritten to avoid service workers in
the first place but I have no idea how difficult that would be.
But, you may be able to disable the restriction in your browser's
settings.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Use https to access the code server of the remote host. jupyter is displayed normally.
When you access the code server of the remote host using http, jupyter cannot be displayed normally.
https doesn't work for me at all and takes a lot of extra time to configure. At the source level, is there any way to make http support jupyter functionality
Beta Was this translation helpful? Give feedback.
All reactions