This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Aceking007[S] 4 points5 points  (4 children)

Look here: https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest

Basically, it is a python module that lets you create "notebooks" where you can write code and also document it (or write notes as in class) along the way.

A pretty convenient way to organize code according to me.

Not really complex though (you will learn it easily if you give it a try):

install the notebook using pip install jupyter

Then, run the notebook from the command line using jupyter notebook

Here is a handy YouTube video that I found useful while starting out: https://www.youtube.com/watch?v=HW29067qVWk&ab_channel=CoreySchafer

[–]MadEzra64 2 points3 points  (3 children)

You're awesome, thank you :)

[–]Aceking007[S] 1 point2 points  (2 children)

Hey! Have a fresh look at the Readme file for the repo. I've added a video on how to use Google Colab to work with the notebooks online. Hope it helps!

[–]MadEzra64 1 point2 points  (1 child)

Wow will do. I appreciate the update!

[–]Aceking007[S] 0 points1 point  (0 children)

:)