|
@@ -12,26 +12,46 @@ cells.
|
|
|
Create a new code console by clicking the ``+`` button in the :ref:`file
|
|
|
browser <left_sidebar>` and selecting the kernel:
|
|
|
|
|
|
-[animation]
|
|
|
+.. raw:: html
|
|
|
+
|
|
|
+ <div class="jp-youtube-video">
|
|
|
+ <iframe src="https://www.youtube-nocookie.com/embed/7Sb_a6veU1s?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
|
+ </div>
|
|
|
|
|
|
Run code using ``Shift Enter``. Use the up and down arrows to browse the
|
|
|
history of previously-run code:
|
|
|
|
|
|
-[animation]
|
|
|
+.. raw:: html
|
|
|
+
|
|
|
+ <div class="jp-youtube-video">
|
|
|
+ <iframe src="https://www.youtube-nocookie.com/embed/L52yh9FPAtY?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
|
+ </div>
|
|
|
|
|
|
Tab completion (``Tab``) and tooltips (``Shift Tab``) work as in the
|
|
|
notebook:
|
|
|
|
|
|
-[animation]
|
|
|
+.. raw:: html
|
|
|
+
|
|
|
+ <div class="jp-youtube-video">
|
|
|
+ <iframe src="https://www.youtube-nocookie.com/embed/WoqFgmSuigE?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
|
+ </div>
|
|
|
|
|
|
Clear the cells of the code console without restarting the kernel by
|
|
|
right-clicking on the code console and selecting “Clear Console Cells”:
|
|
|
|
|
|
-[animation]
|
|
|
+.. raw:: html
|
|
|
+
|
|
|
+ <div class="jp-youtube-video">
|
|
|
+ <iframe src="https://www.youtube-nocookie.com/embed/Aj7sQgP39z8?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
|
+ </div>
|
|
|
|
|
|
Creating a code console from the :ref:`file menu <menu_bar>` lets you select an existing
|
|
|
kernel for the code console. The code console then acts as a log of
|
|
|
computations in that kernel, and a place you can interactively inspect
|
|
|
and run code in the kernel:
|
|
|
|
|
|
-[animation]
|
|
|
+.. raw:: html
|
|
|
+
|
|
|
+ <div class="jp-youtube-video">
|
|
|
+ <iframe src="https://www.youtube-nocookie.com/embed/QyRuPrLrIOs?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
|
+ </div>
|