mwouts / jupytext

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

jupytext labextension not automatically installed with pip inside conda environment #1000

Closed ltalirz closed 2 years ago

ltalirz commented 2 years ago

Just wanted to quickly report a small issue while trying to install jupytext in a conda environment in the Azure Data Science Virtual Machine:

The jupyterlab version is 3.4.5.

ltalirz commented 2 years ago

This report is just in case someone else runs into the same issue - it seems like in this particular case, using pip inside a conda environment did not work as expected (solution: use conda).