-
Notifications
You must be signed in to change notification settings - Fork 97
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
Reliably starting covalent from a jupyter notebook #696
Comments
I would also vote for |
@AlejandroEsquivel given that you got Covalent working in Colaboratory, is there anything remaining to be done here? |
|
No even though it says it has started the server indeed does not start |
This issue is a part of Hacktoberfest. Closing this issue will earn you 3 points. |
#1854 closes this |
Environment
What is happening?
Executing
!covalent start
from a Jupyter notebook cell results in the server not starting properly.How can we reproduce the issue?
Executing
!covalent start
from a Jupyter notebook cell returns a false positive because the server does not start at the default port and address.What should happen?
Executing
!covalent start
from a Jupyter notebook cell should successfully start the server at the default port and address.Any suggestions?
No response
The text was updated successfully, but these errors were encountered: