Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.3 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.3 KB

Windows Subsystem for Linux (WSL) lab🧪 for near-simultaneous🔁 Jupyter Notebook📓 development

Windows Linux Jupyter


This Jupyter Notebook gives you the possibility to very easily setup a WSL lab for developing cross-platform Notebooks.
This is quite useful when you have a Notebook that has some CLI commands and you would like to check if those commands work on Windows and different Linux variants.

This repo is divided in the Notebook itself and the REQ folder where the functions and other requirements are placed.
I also created a RUN folder with a minimal set imports and functions needed to be able to use it in your own Jupyter Notebook, I also have a sample Notebook in that folder.