Skip to content

Script for build jupyterlab project directories tree

Notifications You must be signed in to change notification settings

Woit/jupyterlab-dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

jupyterlab-dir

Script for build JupyterLab project directories tree

After run this script will create directories, then will delete .git folder (if exists) and self.

The directories structure will looks like this:

├── data
│   ├── features
│   │   └── .gitignore
│   ├── processed
│   │   └── .gitignore
│   └── raw
│       └── .gitignore
├── docs
├── main.py
├── models
│   └── .gitignore
├── notebooks
├── reports
│   └── .gitignore
└── src

Run this command for quick start:

curl -s https://raw.githubusercontent.com/Woit/jupyterlab-dir/main/starter.py | python

Or clone repo and run script (assume that your folder should named "some_dir"):

git clone https://github.com/Woit/jupyterlab-dir

mv jupyterlab-dir some_dir && cd some_dir && python starter.py

About

Script for build jupyterlab project directories tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages