AlanGitHub00 / cts-data-engineering-feb-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote Desktop Menu

Ctrl + Shift + Alt

Jupyter on Windows

  1. Windows Start, Type Miniconda,
  2. Open Miniconda command prompt
  3. cd \workshop
  4. jupyter lab

Virtual Env

create venv

created files in venv

run using python interpretter

used Python REPL - READ EVAL PRINT LOOP

Notebooks - jupyter - HTML notebook - interactive development

open miniconda from start menu

cd c:\workshop

conda install jupyterlab

want to proceed? [y/n]  y

to start jupyter notebooks,

jupyter lab

the command above, start a web server, which allows to write python code interactively in notebooks, runs on port 8888, need a token to work

About


Languages

Language:Jupyter Notebook 99.6%Language:Batchfile 0.2%Language:Python 0.2%