Skip to content

arek544/git-github-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git and GitHub Tutorial

Prerequisites

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 execute each line in git bash.

About

Jupyter Notebook, Git and GitHub Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published