mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.6k stars 386 forks source link

Update the development environment #1156

Closed mwouts closed 10 months ago

mwouts commented 10 months ago

I guess we need to update the instructions for developing extension as well. This part is obselete. The command jupyter labextension develop --overwrite . does not work anymore due to the way we changed the organization of the repo. That is why I added a utility script to make a symlink of extension in dev mode. The docs of jupyter-server-proxy can be a good reference on updating the documentation of extension development.

Nice ! The symlink is super helpful and it does make the development workflow much easier. I think that I will replace the obsolete paragraph with just pip install -e '.[dev]' then.

Also I'll revert the change on pandoc>=3.0 since it breaks the conda CI, I will look into that later on.

codecov[bot] commented 10 months ago

Codecov Report

Merging #1156 (cd2f9aa) into main (069425a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1156   +/-   ##
=======================================
  Coverage   95.08%   95.08%           
=======================================
  Files          29       29           
  Lines        4419     4419           
=======================================
  Hits         4202     4202           
  Misses        217      217           

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!