napari / napari-workshop-template

A template for napari workshops
https://napari.org/napari-workshop-template
BSD 3-Clause "New" or "Revised" License
3 stars 8 forks source link

Mental note: check out jupyterlab_myst #25

Open psobolewskiPhD opened 4 months ago

psobolewskiPhD commented 4 months ago

As the title says, using jupyterlab_myst could allow for the nicer admonitions and things in the rendered HTML notebooks, while not looking too bad in notebooks opened in jupyterlab. https://github.com/executablebooks/jupyterlab-myst

brisvag commented 4 months ago

This is very much not mental :rofl:

melissawm commented 4 months ago

oh wow, I had not seen this, cool stuff! Thanks @psobolewskiPhD !

psobolewskiPhD commented 4 months ago

I installed this into my workshop env and ItJustWorks! Here's a notebook in jupyterlab (open as notebook):

image

No package on conda-forge, but pip install works. It's on conda-forge with - and not _: https://github.com/conda-forge/jupyterlab-myst-feedstock

psobolewskiPhD commented 4 months ago

I think I will add this to the download the notebooks and run locally section and the binder stuff when I port over some of my recent wokrshop materials, because I used admonitions in the notebooks.