/scipy-demo

Scipy for beginners in a Jupyter Lite environment. Introduced at EuroScipy 2022.

Primary LanguageJupyter Notebook

Scipy Demo

Access the online Jupyter Lite 👉 lite-badge

Then, head to "content" > "scipy" and click on a notebook.

You don't need to install anything locally. But if you want to do so, you can download this repo and follow the instructions below.

Work locally

The course uses Python 3 and some data analysis packages such as Numpy and plotly. To install the required libraries, we highly recommend Anaconda or miniconda or another Python distribution that includes the scientific libraries (this recommendation applies to all platforms, so for Window, Linux and Mac). when you install conda Python will be installed along with it. Type conda info in your terminal to make sure conda installed correctly.

Requirements

Python >= 3.7
Scipy
Jupyter Notebook
NumPy >= 1.10
plotly

Credits to Maikia for this README and Jupyter Lite cool tutorial!