-
Notifications
You must be signed in to change notification settings - Fork 9
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
README ARM badge link broken (Jupyter lab message: "Could not find path: user-data-home/comble-mip/notebooks") #36
Comments
for the record: noticed on an ordinary account without elevated privilages |
Agreed! You need the elevated privileges to access this. |
Please apply for elevated access using the instructions on our project website. |
Thanks, if you'd have any hints on how to construct a link to a notebook within a pulled repo, for ordinary users, this would be of great help. (we're trying to help users of the PyPartMC package to quickly open example notebooks on the ARM Jupyter Hub, but have so far not found a way to direct to a particular file, like it is doable for Colab or mybinder.org) relevant PR here: https://github.com/open-atmos/PyPartMC/pull/331/files |
Pinging @mgrover1 since he would be the person to ask. |
You can use nbgitpuller, which is what we used If this is within the scope of ARM, I would suggest submitting a contribution to the ARM-Notebooks repo which would make it more findable within the ARM community, and automatically build that link for you on one of the pages. |
thanks @mgrover1 We've searched through the nbgitpuller docs, but couldn't find anything that would help with getting right into a particular directory with ARM JupyerHub (as the username is part of the path - that's the reason I've opened this issue after noticing that the same happens with the link in COMBLE README) The best link we've come up so far is: The PyPartMC project is very much within ARM scope (and the development was supported through an ARM project). BTW, for installing PyPartMC when running the example notebooks, we use the following header cell: import os, sys
if 'JUPYTER_IMAGE' in os.environ and '.arm.gov' in os.environ['JUPYTER_IMAGE']:
!pip --quiet install PyPartMC
_pypartmc_path = !pip show PyPartMC | fgrep Location | cut -f2 -d' '
sys.path.extend(_pypartmc_path if _pypartmc_path[0] not in sys.path else []) |
The "ACE Environment" badge at the top of the README leads to a non-existing path. Jupyter lab reports "Could not find path: user-data-home/comble-mip/notebooks"
comble-mip/README.md
Line 3 in 854b3de
The text was updated successfully, but these errors were encountered: