MAAP-Project / Community

Issue for MAAP (Zenhub)
2 stars 1 forks source link

Try out jupyter-fs extension file-browser alternative #768

Open rtapella opened 11 months ago

rtapella commented 11 months ago

Would like to install this in my jupyter workspace: https://github.com/jpmorganchase/jupyter-fs

Need to pip install && add to jupyter_server_config.json

grallewellyn commented 9 months ago

I am able to successfully install jupyter-fs, but I cannot find a current jupyter_server_config.json and am having trouble creating a persistent one myself. The paths from jupyter --paths that exist are in in opt/conda (which doesn't persistent on restarts) and .projects/jupyter which I thought should persist on restart, but I am unable to create a file with touch in the dockerfile and creating a file manually in the ade in this folder is not persisting on restart. RUN jupyter server --generate-config also isn't working. Any suggestions?

grallewellyn commented 7 months ago

There are some bugs in previous versions of jupyter-fs (0.3.1 and lower), and I was only able to reliably get jupyter-fs v0.4.1 to work locally with jupyterlab4, so I recommend we hold off on this until we upgrade to jupyterlab4 This does seem like a handy package though

rtapella commented 7 months ago

Okay thanks for trying it out. I was not able to successfully install it. I wanted to just try it out to see if it's worth adopting

rtapella commented 5 months ago

@wildintellect

grallewellyn commented 3 weeks ago

I have been unable to get jupyter-fs successfully working in the ADE. I have tried the following:

All these different variations of jupyter_server_config.json and jupyter_server_config.py do not work in the ADE. I was using the url osfs:///projects. We don't have s3 access without credentials so can't be doing s3:// links, need to be doing osfs://

Other notes:

wildintellect commented 3 weeks ago

@batpad @yuvipanda - what library did we decide to try on VEDA for S3 file browsing?