Notebooks will load with atom but not VSCode #1049
Replies: 2 comments 1 reply
-
Can you describe the problem in a way that we can reproduce it? |
Beta Was this translation helpful? Give feedback.
-
I have no trouble getting to the welcome to Pluto.jl page: In the REPL: Opening http://localhost:1235/?secret=lCXfJ65r in your default Press Ctrl+C in this terminal to stop Pluto The problem starts when I attempt to create a new session or resume a session. In the REPL: Opening in existing browser session. etc. Thanks for your reply. |
Beta Was this translation helpful? Give feedback.
-
UPDATE:
The problem originates from a try in WebServer.jl
responsefunc(ClientRequest(session, notebook, body, Initiator(client, request_id)))
That fails in VSCode.
I can still launch Pluto from atom and my Linux terminal (I'm a Linux noob and not too technical).
So I'm not too worried about temporarily lacking a VSCode option.
Beta Was this translation helpful? Give feedback.
All reactions