5 awesome Jupyter Notebook features

  Рет қаралды 16,705

Algovibes

3 жыл бұрын

Hello everyone,
in this video I am sharing some Jupyter Notebook features with you.
Jupyter Notebook is one of the best environments for beginners, multiple users Did you know all of them? Be kindly invited to let me know :-)
1. Multiline cursor (Alt/Option and pull down)
2. Running other Notebooks inside a notebook (%run ./notebookname.ipynb
3. Change Jupyter theme from light to dark theme
4. Use the autocompletion (Tab Key)
5. Use Markdowns and LateX Code

Пікірлер: 30
@ivanferrier544
@ivanferrier544 2 жыл бұрын
You can also type Shift-Tab while in a function to show the docstring. I think that this goes hand in hand with the autocomplete. For example, if you are using numpy and want to take the norm you can type np.li[Tab] which will autocomplete to np.linalg from there, if you can't remember how to use it, or it is the first time you are using the function, you can close the parenthesis and then press Shift-Tab to show the docstring ie np.linalg( [Shift-Tab] ) which will bring up numpy's documentation from the docstring. I also find that key commands are verry useful such as [b] to add a cell below or [a] for above, or [ctl-enter] to run the cell and stay [shift-enter] to run and move on [alt-enter] run and create new cell below. There are a lot more as well and they can all be seen and edited by going to Help-> Keyboard Shortcuts Also, to add cursors at more specific places, you can use ctl click everywhere you want a cursor
@Algovibes
@Algovibes 2 жыл бұрын
Thanks a lot for sharing other useful features!
@yogeshjadhav4690
@yogeshjadhav4690 3 жыл бұрын
Excellent features 👍 I pressed like button after first trick only😅. Thanks for sharing 👍
@Algovibes
@Algovibes 3 жыл бұрын
Thanks for your kind comment buddy :-)
@lawrencedoliveiro9104
@lawrencedoliveiro9104 2 жыл бұрын
1:28 Here’s another tip: create a file somewhere outside your notebooks area, say called “Minimal Notebook.ipynb”, containing something like the following: { "cells": [], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" } }, "nbformat": 4, "nbformat_minor": 1 } Now, every time you need to create a new notebook, copy that file into your notebooks area, under whatever name you like. It will appear in Jupyter under that name; you can then open it and start filling in content.
@R4G3QU1TT
@R4G3QU1TT 3 жыл бұрын
Just discovered your channel, love it. When I have the time I will check out a lot of your vids
@Algovibes
@Algovibes 3 жыл бұрын
Thank you mate :-) Looking forward to what you think about the other videos!
@antonioaguilarnajar
@antonioaguilarnajar 3 жыл бұрын
The 2nd one is awesome!!
@Algovibes
@Algovibes 3 жыл бұрын
Very glad you like it :-) Thanks for watching mate.
@irinamariamocan2745
@irinamariamocan2745 3 жыл бұрын
Very useful tips! Thanks for sharing.
@Algovibes
@Algovibes 3 жыл бұрын
Very glad it is useful. Thank you very much for watching :-)
@khanhmytran3947
@khanhmytran3947 2 жыл бұрын
this video is so helpful, thank u a lot🤩
@Algovibes
@Algovibes 2 жыл бұрын
Great to read. Thanks a lot for your comment :-)
@samridhijoshi7037
@samridhijoshi7037 2 жыл бұрын
Very helpful 👍
@solvability2782
@solvability2782 2 жыл бұрын
very helpful. thank you!!
@Algovibes
@Algovibes 2 жыл бұрын
Thanks for watching mate
@nadezhdamartynova5614
@nadezhdamartynova5614 2 жыл бұрын
Thank you!
@Algovibes
@Algovibes 2 жыл бұрын
Welcome :-)
@camilagarzataffinder9582
@camilagarzataffinder9582 3 жыл бұрын
great video love it!!!!
@camilagarzataffinder9582
@camilagarzataffinder9582 3 жыл бұрын
so helpful fr
@Algovibes
@Algovibes 3 жыл бұрын
Appreciate your kind comment :-) Thanks for watching!
@projectcraft_hub
@projectcraft_hub 3 жыл бұрын
thanks maaan!
@Algovibes
@Algovibes 3 жыл бұрын
No, thank YOU for watching and commenting :-)
@rajvaghasia9942
@rajvaghasia9942 2 жыл бұрын
what are the other themes of jupyternotebook?
@shivamjainn
@shivamjainn 2 жыл бұрын
Is there a way to embed code blocks from other nb to a different nb and run it?
@Algovibes
@Algovibes 2 жыл бұрын
Wouldn't know of that feature.
@DarrylHebbes
@DarrylHebbes 3 жыл бұрын
yay
@Algovibes
@Algovibes 3 жыл бұрын
Hope that is a positive yay :-D Thanks for watching my friend.
@mazenomar7279
@mazenomar7279 3 жыл бұрын
Is this valid for anaconda package?
@Algovibes
@Algovibes 3 жыл бұрын
Jupyter comes with Anaconda by default.