layout | title | permalink |
---|---|---|
default |
Object-oriented programming and protocols with Pandas |
/pandas_oo |
You have two options to open the pandas_oo.ipynb
file (in the notebooks/
folder):
-
with Jupyter Lab: open a terminal and enter the following commands:
conda activate pyclass jupyter lab
-
with Visual Studio Code: open the notebook as a regular file. If asked, specify you need to use the
pyclass
environment.