Skip to content

kiszsb/git_jupyter_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter Notebook, Git and GitHub Tutorial

Before Tutorial

during installation select add Python to PATH option

  • if you don't have a git, install it

  • create GitHub account

  • download manualy project_setup.sh

    This script should download and install all you need. Namely:

    • Install: jupyterlab, virtualenv.
    • Clone repository.
    • Create and activate virtual environment
    • Create Jupyter Notebook kernel
    • Run Jupyter Lab By default it's working on Windows but you can also run it on Linux or MacOS only need to comment on the code lines for Windows and uncomment the code lines for Linux.
  • open Git Bash (right mouse click in directory with project_setup.sh)

  • run command: source project_setup.sh "your path to python.exe"

In case of problems with project_setup.sh ...

... you can manualy paste each line into git bash.

About

Jupyter Notebook, Git and GitHub Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Shell 0.1%