Closed ltalirz closed 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:
sudo /anaconda/bin/pip install jupytext
sudo /anaconda/bin/conda install -c conda-forge jupytext
The jupyterlab version is 3.4.5.
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).
pip
conda
Just wanted to quickly report a small issue while trying to install jupytext in a conda environment in the Azure Data Science Virtual Machine:
sudo /anaconda/bin/pip install jupytext
worked fine, but when starting jupyterlab, the jupytext jupyterlab extension was not installedsudo /anaconda/bin/conda install -c conda-forge jupytext
resulted in the jupyterlab extension being activatedThe jupyterlab version is 3.4.5.