Skip to content

woncoh1/lpvg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Linux, Python, Vim and Git

Timeless, muscle-memory tools inspired by Mike Levin. The so-called canonical technologies responsible for covering 80 percent of all use cases using only 20 percent of investable effort (the 80-20 rule). Free/libre infrastructure that is disruption-proof and obsolescence-resistant.

  • Linux: operating system
  • Python: programming language
  • Vim: text editor (IDE)
  • Git: version control

Linux

Python

Vim

Jupyter

Mastering Vim takes a while and effort, so meanwhile we use JupyterLab for literate and exploratory programming. The desktop (stand-alone) version of JupyterLab is particularly useful since there is no need to use a web browser and open a new terminal window for Jupyter server.

JupyterLab Desktop (Windows)

  1. Install mambaforge
    • Add conda to PATH environment variable
  2. Install JupyterLab Desktop
  3. If you use OneDrive from non-English speaking country, follow this link to change the name of the "personal" folder to "Documents"
  4. Run PowerShell and execute the following commands:
    conda init powershell
    conda create -n py310 python=3.10 jupyterlab
    
  5. Run JupyterLab Desktop, and set the default kernel path to mambaforge/envs/py310/python.exe
  6. Enjoy

Git

GitHub

TODO

About

Linux, Python, Vim and Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published