Skip to content

ShahMAnuj/learning_python

Repository files navigation

Jupyter Lab

I recommend you to download and use Jupyter Lab on your Windows PC. Jupyter Lab is a user-friendly and fun way to use Python (as compared to directly using PowerShell). After you have downloaded Jupyter Lab, running it is easy:

  1. In File Explorer, go to your folder of interest (your Python playground!)
  2. In the address bar of this folder, delete the default address, and type powershell, and press enter
  3. In the PowerShell window which opens up, type in jupyter-lab or python -m jupyterlab, and press enter
  4. If Jupyter Lab has been installed on your PC, then one or more URLs will be provided to you
  5. Copy and paste one of these URLs into Chrome's address bar, and press enter. Jupyter Lab will run now!

Search around on jupyter.org or Google or YouTube if you want to learn more about how to use this nice software, or if you are having trouble setting it up.

Interactive mode

In PowerShell, if you type in python -i filename.py, then you will enter the interactive mode of Python. This mode is good for playing around.

  • You can exit interactive mode by typing exit().
  • You can use the help() function to get insightful docstrings on various Python things.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors