We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in jupyter notebook we can only run single action, can you add feature to run it in background?
so after I run this command
!zrok share public localhost:7860
it will print the URL and continue run in backgrounf
The text was updated successfully, but these errors were encountered:
I need that feature. I don't want to install docker on windows for front door (great feature for server linux act as client)
Also it would be great if can take as return the process id. Because we can detect if still running.
Sorry, something went wrong.
Will be addressed in v0.5 with #463 (daemon mode).
v0.5
No branches or pull requests
in jupyter notebook we can only run single action, can you add feature to run it in background?
so after I run this command
it will print the URL and continue run in backgrounf
The text was updated successfully, but these errors were encountered: