How to stop browser auto-launching? #1183
-
I'm trying to use Pluto on a remote server. When I do Pluto.run() on the remote machine, it will do one of two things: (i) if I have X-forwarding enabled: launch the default browser on the server (unwanted) In either case I can still access the notebook from my local machine by port forwarding, so it's not a huge issue. Still, is there a way to disable autolaunch? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
...two seconds after posting this a friend pointed me to #401. might be worth adding Pluto.run(launch_browser=false) to the documentation? |
Beta Was this translation helpful? Give feedback.
...two seconds after posting this a friend pointed me to #401.
might be worth adding Pluto.run(launch_browser=false) to the documentation?