You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a regular python developer so I know how to build an environment using pip based on the requirement.txt file, the setup.py in or out of a venv. I can more or less do the same using conda and a environment.yml. I never directly deal with either the .bz2 or the .whl of the tools I'm using. I think this describe more or less the classic python lib developer and thus the classic Sphinx user.
Would it be possible to improve the documentation to better understand how I can add matplotlib to the jupyterlite env ?
I'm a regular python developer so I know how to build an environment using pip based on the
requirement.txt
file, thesetup.py
in or out of a venv. I can more or less do the same using conda and aenvironment.yml
. I never directly deal with either the.bz2
or the.whl
of the tools I'm using. I think this describe more or less the classic python lib developer and thus the classic Sphinx user.Would it be possible to improve the documentation to better understand how I can add matplotlib to the jupyterlite env ?
sys_prefix
in the exemple ?The text was updated successfully, but these errors were encountered: