Skip to content

jacekw123/multidim

 
 

Repository files navigation

multidim

Multidimensional Analysis WNE University of Warsaw

Installation

$ 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].

Contributing

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.

License

multidim was created by Maciej Nasinski. It is licensed under the terms of the MIT license.

About

Multidimensional analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 78.2%
  • Python 18.9%
  • Dockerfile 2.9%