You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I run a mercury app, I've found that it automatically opens a browser window on whichever port I specify. Is there a way to use 'mercury run' without automatically opening the browser? I'm looking for something similar to the jupyter notebook `--no-browser' flag, which has a similar function. The command I currently use is below:
Version: 2.3.10
The notebook notebook.ipynb will be updated
Successfully updated a notebook (id:7)
Performing system checks...
System check identified no issues (0 silenced).
April 30, 2024 - 16:11:17
Django version 4.2.3, using settings 'server.settings'
Starting ASGI/Daphne version 4.1.0 development server at http://localhost:8845/
Quit the server with CONTROL-C.
`
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Whenever I run a mercury app, I've found that it automatically opens a browser window on whichever port I specify. Is there a way to use 'mercury run' without automatically opening the browser? I'm looking for something similar to the jupyter notebook `--no-browser' flag, which has a similar function. The command I currently use is below:
mercury run notebook.ipynb localhost:8845
Which gives the following output:
`
Version: 2.3.10
The notebook notebook.ipynb will be updated
Successfully updated a notebook (id:7)
Performing system checks...
System check identified no issues (0 silenced).
April 30, 2024 - 16:11:17
Django version 4.2.3, using settings 'server.settings'
Starting ASGI/Daphne version 4.1.0 development server at http://localhost:8845/
Quit the server with CONTROL-C.
`
Thanks in advance!
The text was updated successfully, but these errors were encountered: