Multidimensional Analysis WNE University of Warsaw
$ git clone https://github.com/Polkas/multidim
$ # (optional) open multidim directory in VScode
$ # (optional) open (zsh or bash) terminal in VScode
$ cd multidim
$ python -m venv .venv
$ # useful for Windows https://docs.python.org/3/library/venv.html
$ # activate is only a one click in VScode
$ source .venv/bin/activate
$ pip install ".[all]"
$ jupyter notebook
$ # when ready to end Ctrl-C
$ deactivate
or simply open the github codespaces and go to src/multidim/notebooks
When you want to contribute, then fork https://github.com/Polkas/multidim
$ git clone https://github.com/YOURUSER/multidim
...
Please, git pull
regulary [pip install ".[all]"
might be needed too].
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
multidim
was created by Maciej Nasinski. It is licensed under the terms of the MIT license.