Skip to content

eMaerthin/IZS2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IZS2020

Git Large File Storage

git lfs should be used to store big files. Please follow instructions to set up git-lfs on your end.

As of now the following paths are tracked with git-lfs:

  • notebooks/*.ipynb

If you need to track different paths, please add them using git lfs track [path-to-be-tracked]. This will append new lines to .gitattributes file.

Initiate project

  1. Step: Create virtualenv, if venv is a good name, you can run this: python3 -m venv venv

  2. Step: Activate virtualenv source venv/bin/activate

  3. Step: Install dependencies pip install -r requirements.txt

Accessing notebooks

After making sure you've initiated project properly, in your terminal run jupyter notebook

This command should open new instance of jupyter in your browser. It should also display a notification how to access the notebook just in case you accidentally closed it.

In your browser go to notebooks directory and open existing file or create your own.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published