User Tools

Site Tools


python:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
python:start [2022/06/26 16:32] – [Create Conda Environment for PVLIB] rolfpython:start [2022/06/26 17:15] – [Create Conda Environment for PVLIB] rolf
Line 16: Line 16:
  
 # install jupyter lab, -c option used explicitly, anyway ... # install jupyter lab, -c option used explicitly, anyway ...
-conda install -c conda-forge jupyterlab+conda install -c conda-forge jupyterlab  
 + 
 +# install matplotlib, the standard plot package 
 +conda install -c conda-forge matplotlib
  
 # install pvlib from conda-forge # install pvlib from conda-forge
 conda install -c conda-forge pvlib-python conda install -c conda-forge pvlib-python
 +</code>
  
 +<code> 
 +conda create -c conda-forge -n pvlib python=3 jupyterlab matplotlib pvlib
 </code> </code>
python/start.txt · Last modified: 2022/06/28 09:18 by rolf