jupyterlab / jupyter-renderers

Renderers and renderer extensions for JupyterLab
BSD 3-Clause "New" or "Revised" License
490 stars 77 forks source link

Update for JLab 3 #233

Closed jasongrout closed 3 years ago

jasongrout commented 3 years ago

This updates the renderers to work in JLab 3 (and introduces the dependency upgrade script from jlab to make things easier).

I didn't move them to prebuilt extensions—that is a much, much larger change (involving creating python packages, etc.)

I manually tested the math renderers by disabling the builtin renderer and enabling them one at a time.

I clicked through the rest of the notebooks in this repo and things seemed to be okay.

blink1073 commented 3 years ago

Released:

 - @jupyterlab/fasta-extension => 3.0.0
 - @jupyterlab/geojson-extension => 3.0.0
 - @jupyterlab/katex-extension => 3.0.0
 - @jupyterlab/mathjax3-extension => 4.0.0
 - @jupyterlab/vega2-extension => 3.0.0
 - @jupyterlab/vega3-extension => 3.0.0
jasongrout commented 3 years ago

Thanks!

jasongrout commented 3 years ago

Oh, and FYI, I upgraded typescript for everything except the vega3 renderer, which had errors compiling some vega typings in any newer typescript.