Skip to content

Commit

Permalink
0.12 fixie
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 7, 2020
1 parent 89f9c25 commit 685a084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutoserver.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def setup_plutoserver():
return {
"command": ["julia", "-e", "import Pluto; Pluto.run(host=\"0.0.0.0\", port={port}, launch_browser=false, require_token_for_open_links=false)"],
"command": ["julia", "--optimize=0", "-e", "import Pluto; Pluto.run(host=\"0.0.0.0\", port={port}, launch_browser=false, require_secret_for_open_links=false, require_secret_for_access=false)"],
"timeout": 60,
"launcher_entry": {
"title": "Pluto.jl",
Expand Down

0 comments on commit 685a084

Please sign in to comment.