juglab / n2v

This is the implementation of Noise2Void training.
Other
387 stars 107 forks source link

notebook won't open from GCP instance #61

Closed ngreenwald closed 4 years ago

ngreenwald commented 4 years ago

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 commented 4 years ago

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