6. I wrote a Jupyter extension that let's a cell go fullscreen here. Installation instructions are on this Github page. The heart of the extension is just making a selected element (a Jupyter cell) go fullscreen with this code: function toggleFullscreen (elem) { //function to make element (cell) fullscreen on most browsers elem = elem
After your file is created, you should see the open Jupyter notebook in the notebook editor. For additional information about native Jupyter notebook support, you can read the Jupyter Notebooks topic. Now select Select Kernel at the top right of the notebook. Choose the Python environment you created above in which to run your kernel.
diVJ.