-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unable to get nbpapaya working #8
Comments
Did you remember to pull in Papaya as a submodule with |
Yes, I did. And also ensured papaya.css and papaya.js are in .ipython and .jupyter folders |
Had the same issue. Did you figure this out? |
got the same error message when running Brain("./nbpapaya/Papaya/data/sample_image.nii.gz") in example.ipynb: "404 : Not Found. You are requesting a page that does not exist!" |
Hi,
I cloned the repo, downloaded all the dependent git repos and did a python setup.py install. And placed papaya.js and papaya.css in ~/.jupyter/custom and ~/.ipython/profile_default/static/custom. I keep getting "404 page not found". I want to install nbpapaya on a server which has a lot of nifti images and go through them on a client. Therefore I start my jupyter with jupyter notebook --ip=<>.
Will appreciate if I get some tips on debugging and installing nbpapaya properly
The text was updated successfully, but these errors were encountered: