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

notebook won't open from GCP instance #61

Closed
ngreenwald opened this issue Nov 29, 2019 · 1 comment
Closed

notebook won't open from GCP instance #61

ngreenwald opened this issue Nov 29, 2019 · 1 comment

Comments

@ngreenwald
Copy link

Hi, I'm trying to run your example notebook on a google cloud platform server. I successfully installed the requirements and the conda env.

However, after git cloning the repo, when I run
jupyter notebook
in n2v dir, the URL link doesn't work after I substitute the generated IP address with the external IP address of the instance I'm on.

It seems to be an issue specific to N2V: I can run jupyter notebooks from https://github.com/vanvalenlab/deepcell-tf without an issue.

Thanks,
Noah

@ngreenwald
Copy link
Author

worked with the following modified call:
jupyter notebook --ip=0.0.0.0 --allow-root

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

1 participant