Skip to content

A collection of useful notebooks put together by me for later reference.

License

Notifications You must be signed in to change notification settings

laisbsc/jupyter_notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter_notebooks

A collection of useful notebooks put together by me. The aim is to have a source of truth for all Jupyter Notebooks I create which could be used for future reference.

All folders will have the iPython files ipynb and a requirements.txt with the dependencies for the project.

How to install the environments:

  • Using pip: pip install -r requirements.txt on the root folder using the CLI.
  • Using conda: conda env create --name <env_name> --file requirements.txt OR conda env create -f ml/env.yml Both require the virtual environment to be activated after all (according to the OS). If using conda: conda activate <env_name>.

This repository is aimed for personal use, in any case if you find something useful, feel free to download and play with it.

About

A collection of useful notebooks put together by me for later reference.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published