Skip to content

wuharlem/ML-Notebook-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-Notebook-Template

This is the template to create the ML POC/experiment project for sharing with your team. You can choose one method to run your Jupyter.

  • Running on Docker
  • Running on Local with the same OS.

Run in Docker with Multiple Analysis Libraries

Command

$ make build
$ make run PORT="<YOUR PORT>"

Run in Local

1. Install Packages Manager

Reference

Command

$ pip3 install poetry
$ make install
$ source $(poetry env info --path)/bin/activate

2. Install Notebook Kernel

  1. $ poetry add ipykernel
  2. $ python -m ipykernel install --user --name <ENV NAME>

3. Launch Jupyter

  1. Run in Visual Studio
  2. $ jupyter lab

About

The notebook template for sharing and managing ML project or POC.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors