We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I like the revamp of the courses a lot, great work!
Good to see Binder being used for the notebooks. I have a couple of suggestions of where you could go next for a better user interaction:
Use Jupyter Lab instead of Jupyter Notebooks on Binder It is easy to implement by changing the end of the Binder url from ...?filepath=path%to%notebook.ipynb to ...?urlpath=lab/tree/path/to/notebook.ipynb See this example from the Informatics Lab https://binder.pangeo.io/v2/gh/informatics-lab/itk-3dvis/master?urlpath=lab/tree/itk-3dvis.ipynb and guidance on some of the nuances in this repo https://github.com/binder-examples/jupyterlab
...?filepath=path%to%notebook.ipynb
...?urlpath=lab/tree/path/to/notebook.ipynb
Use Pangeo Binder https://binder.pangeo.io is a Binder service from the Pangeo organisation on Google Cloud Services. It has more resources than the regular Binder deployment so might have a bit more grunt for Iris's data crunching requirements.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I like the revamp of the courses a lot, great work!
Good to see Binder being used for the notebooks. I have a couple of suggestions of where you could go next for a better user interaction:
Use Jupyter Lab instead of Jupyter Notebooks on Binder
It is easy to implement by changing the end of the Binder url from
...?filepath=path%to%notebook.ipynb
to...?urlpath=lab/tree/path/to/notebook.ipynb
See this example from the Informatics Lab
https://binder.pangeo.io/v2/gh/informatics-lab/itk-3dvis/master?urlpath=lab/tree/itk-3dvis.ipynb
and guidance on some of the nuances in this repo
https://github.com/binder-examples/jupyterlab
Use Pangeo Binder
https://binder.pangeo.io is a Binder service from the Pangeo organisation on Google Cloud Services. It has more resources than the regular Binder deployment so might have a bit more grunt for Iris's data crunching requirements.
The text was updated successfully, but these errors were encountered: