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

npm run server stop the rest scripts running #29

Open
Yiyiyimu opened this issue Nov 14, 2022 · 6 comments
Open

npm run server stop the rest scripts running #29

Yiyiyimu opened this issue Nov 14, 2022 · 6 comments

Comments

@Yiyiyimu
Copy link

Yiyiyimu commented Nov 14, 2022

It seems Colab only allow one cell to run at the same time, so once the server started, the rest scripts can not run anymore. I tried to run npm run server in the background but also failed. Can I get some suggestions?

image

@blois
Copy link
Collaborator

blois commented Nov 14, 2022

These steps are intended for local development testing, so they'd be run on your local machine. That said, you may be able to do npm run server & to run in the background.

@Yiyiyimu
Copy link
Author

Thank you for your prompt reply @blois! Got it then it seems currently there is no way to support ipympl fully online. Closed as solved

@blois
Copy link
Collaborator

blois commented Nov 15, 2022

Are there issues you are running into with ipympl?

Here's an example: https://colab.research.google.com/gist/blois/ddec4e43a55e94d87a30cfe198d3cd50/ipympl.ipynb

@Yiyiyimu
Copy link
Author

Thank you for the example! Actually I mean I aim to run ipympl without local environment setup. Since that is currently not supported in colab, I guess I'll stay with an exposed jupyter.

@blois
Copy link
Collaborator

blois commented Nov 15, 2022

The sample above should work without a local environment.

The local environment is only needed if you are making changes to the code in this repository.

@Yiyiyimu
Copy link
Author

This is what I get running the above sample. I'm not sure if anything goes wrong
image

@Yiyiyimu Yiyiyimu reopened this Nov 17, 2022
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

2 participants