Jupyter Interactive Notebook. Contribute to jupyter/notebook development by creating an account on GitHub.
jupyter-notebook : 6.0.3 Operating System: Pop!_OS 19.10 conda info active environment : base active env location : /home/captroberts/anaconda3 shell level : 1 user config file : /home/captroberts/.condarc populated config files : /home/captroberts/.condarc conda version : 4.8.2 conda-bui...
In addition to the pipeline code for running the notebook, the notebook itself is also checked into source control so it can be reviewed. The results of attempting to run the notebook in a scheduled setup are also included in the test plan. Once the diff has been reviewed and landed, t...
In this paper, we have developed a tool that combines the advantages of a Programming Automatic Assessment (PAA) system and Jupyter Notebook (JN) to support learning programming. The design direction of this system is free to use, easy to set up, and supports interac...
Started seeing this after the installing the 6.5.5 version of the notebook package for the python kernel. Unclear exactly what's causing it currently though. While this issue was caused by switching to 6.5.5 (through the RC1 build) it al...
Seems like Jupyter thinks it is installed in another directory. How to change the default file location or even better, directly make the browser to open on localhost:8888and not the open.html file? I tried setting thec.NotebookApp.use_redirect_filevariable to False in the jupyter-notebook...
I'm using the notebook from a conda env, and have the environment set up with all of my required packages installed. However, when I try to import one of these (seaborn) in the notebook, I get an import error suggesting it is not install...
the big question i have is how this kernel metadata stored in the notebook format? the notebook document stores compute information in its metadata. will subshells be marked up in the cell metadata to describe compute? For many users, they won't use concurrent execution. Mostly the system...
Yes, i found if i put my mouse on the left of cell outside the text entry area, and click left mouse to activate current cell, then i can drag and drop this cell, but for those who are new to VScode jupyter notebook, maybe they don't know this. You say we can use shortcut ...