nbpapaya icon indicating copy to clipboard operation
nbpapaya copied to clipboard

Unable to get nbpapaya working

Open abhijithchunduru opened this issue 7 years ago • 4 comments

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

abhijithchunduru avatar Jun 12 '17 11:06 abhijithchunduru

Did you remember to pull in Papaya as a submodule with git submodule update --init --recursive like it says in the readme? Papaya isn't available without it.

kastman avatar Jun 15 '17 15:06 kastman

Yes, I did. And also ensured papaya.css and papaya.js are in .ipython and .jupyter folders

abhijithchunduru avatar Jun 17 '17 05:06 abhijithchunduru

Had the same issue. Did you figure this out?

bfortuner avatar Nov 09 '17 22:11 bfortuner

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!"

augix avatar Mar 13 '21 09:03 augix