Skip to content
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

Pluto.run() opens url at "penguin.linux.test" #404

Closed
dojt opened this issue Sep 10, 2020 · 5 comments
Closed

Pluto.run() opens url at "penguin.linux.test" #404

dojt opened this issue Sep 10, 2020 · 5 comments

Comments

@dojt
Copy link

dojt commented Sep 10, 2020

With Pluto v0.11.14, after Pluto.run(1234), it seems as if Pluto automatically opens a browser window with some URL involving 1234, see screenshot.

image

Something changed in the interface?

@fonsp
Copy link
Owner

fonsp commented Sep 10, 2020

Haha how is this possible 🐧

Which Linux distro are you on?
Could you type in your shell:

$ xdg-open http://localhost:1234/

and see what happens?

@fonsp
Copy link
Owner

fonsp commented Sep 11, 2020

I think the solution in your case is just to disable it: #401 (comment)

@Immortalin
Copy link
Contributor

Can we add a higher level parameter to Pluto.run instead of having to type out the entire ServerConfig initializer?

E.g. Pluto.run (1234, browser=false)

@fonsp
Copy link
Owner

fonsp commented Sep 11, 2020

Yep that will happen soon - #366

@fonsp
Copy link
Owner

fonsp commented Sep 14, 2020

Pluto just opens http://localhost:1234, your IP lookup is misconfigured.

@fonsp fonsp closed this as completed Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants