DataSciPy
DataSciPy copied to clipboard
Data Science with Python
Data Science with Python workshop
Yoav Ram
Please go to the index notebook to view the workshop.
Setup instructions
- Download and install Anaconda.
- Download the workshop files ZIP.
- Unzip the ZIP; make note of the unzipped folder location.
- Start the Anaconda Prompt terminal application.
- Run Jupyter from Anaconda Prompt after changing folder to the workshop folder:
cd <unzipped workshop folder>
jupyter lab
- In the new browser window that just opened, choose
index.ipynb.