I am teaching a course using it and would like to have Sage running in a virtual environment where I have myst and other related packages installed. That way I can have the nice formatted text from the book (with MyST) and run the sage cells as I teach.
ln -s $(sage -sh -c 'ls -d $SAGE_ROOT/venv/share/jupyter/kernels/sagemath') $HOME/.local/share/jupyter/kernels/sagemath
But $SAGE_VENV/share/jupyter/kernels/sagemath does not seem to exist anymore, so this method does not work anymore.
Is there a way of doing this (having the Sage Jupyter Kernel available for a virtual environment) now?
If not, what would be a proper way of doing this? I suppose I could run something like
sage --pip install <package>
for every package I need. But it seems like it would "polute" Sage's default environment.
Any suggestions? (I desperately need to have this working soon.)
Thanks,
Luis