Skip to content

karrmagadgeteer2/NoteBook

Repository files navigation

Captor Fund Management AB



An introduction to the openseries Python package

These instructions assume that you have a compatible Python version installed on your machine and that you are OK to install this project in a virtual environment. If not, feel free to do it your own way.

In Windows Powershell execute the below commands:

git clone https://github.com/karrmagadgeteer2/NoteBook.git
cd NoteBook
./make.ps1 make

In a Mac Terminal execute the below commands:

git clone https://github.com/karrmagadgeteer2/NoteBook.git
cd NoteBook
make
source source_me
make install

Then to run this notebook:

jupyter notebook openseriesnotebook.ipynb

Or run it with jupyterlab:

jupyter lab

Rendered on Jupyter Nbviewer

nbviewer