-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code-server: Not allowed to display insecure content from http://localhost:2718/ #27
Comments
ShinyApps work just fine in the same context. It also works fine with the Shiny extension – both using the internal1 and external browser. ℹ️ https://shiny.posit.co/r/getstarted/build-an-app/hello-shiny/getting-started.html Footnotes
|
@mscolnick It would be great to have this extension working properly with JupyterLab + code-server. I also advocated for this with other extensions: R extensionQuarto extension
LaTeX Workshop extension |
@benz0li - can you try the pre-release version (>0.3.3)? you can set https, host, and port? Is that enough to bypass this issue? |
You may test yourself at https://demo.jupyter.b-data.ch. Login with your GitHub account. |
@mscolnick Not that I am unwilling to test myself... but you get the results faster this way. And you can check the Browser Console while testing. P.S.: I consider https://demo.jupyter.b-data.ch a reference deployment where issues [like this one] can be reproduced by any user at any time – independently. |
P.P.S.: @mscolnick There was the same error with the LaTeX Workshop extension. For more information, see James-Yu/LaTeX-Workshop@e4e48b1#commitcomment-138712360 ff plus |
It does not work on GitHub Codespaces with the internal browser either. Tested using b-data's/my Data Science dev containers, |
Thanks @benz0li - i hopefully can test it out today (need to make the time) |
Then, use b-data's/my Data Science dev containers,
Unfortunately, it does not.
Tested with marimo extension v0.4.1. |
Does not work with the marimo extension v0.4.2 either. |
Still does not work with
|
Any updates here? Would be awesome to get this working in code-server. |
ℹ️ The marimo extension in the Open VSX Registry is not up to date... |
Description
Does not work on a non-
localhost
deployment of code-server, e.g. at https://demo.jupyter.b-data.ch.ℹ️ This deployment uses Træfik as [front-]proxy1 and for TLS termination.
Reproduce
intro.py.txt
pip install marimo click
code-sever
intro.py.txt
and rename tointro.py
intro.py
and start marimo server (edit or run)Expected behavior
Output can be displayed both in internal and external browser.
Context
https://demo.jupyter.b-data.ch
Browser Output
Footnotes
Other proxies in place: JupyterHub: proxy no. 2; JupyterLab: Jupyter Server Proxy (proxy no. 3); code-server: web app (proxy no. 4) ↩
The text was updated successfully, but these errors were encountered: