The Jupyter Notebook is a web application that provides a frontend to many different languages and interactive shells such as IPython.
Google Colaboratory is really cool, but it would be more useful if I can access all my google drive files, …
google-drive-api jupyter-notebook google-colaboratoryI have the following package (and working directory): WorkingDirectory-- |--MyPackage-- | |--__init__.py | |--module1.py | |--module2.py | |--notebook.ipynb In __…
python python-3.x jupyter-notebook python-import python-moduleI have some Python code in a Jupyter notebook and I need to run it automatically every day, so I …
python jupyter-notebook scheduled-tasks papermill%%javascript IPython.OutputArea.prototype._should_scroll = function(lines) { return false; } %run rl_base.py I run this giving error saying …
python python-3.x jupyter-notebook google-colaboratoryI have been launching Jupyter Notebook for years using the following command: jupyter-notebook --port=7000 --no-browser --no-mathjax When I try to …
python ipython jupyter-notebook python-3.5 jupyterI have two pandas dataframes and I would like to display them in Jupyter notebook. Doing something like: display(df1) …
pandas ipython-notebook jupyter-notebookIPython Notebook comes with nbconvert, which can export notebooks to other formats. But how do I convert text in the …
python ipython ipython-notebook jupyter-notebookI'm trying to get text to display as bold, or in colors, or possibly in italics, in ipython's qtconsole. I …
python jupyter-notebook ipython jupyter-lab qtconsoleI am running a python 2.7 script on a p2.xlarge AWS server through Jupyter (Ubuntu 14.04). I would like to be …
python jupyter-notebook pyglet xvfb openai-gymI have recently installed Anaconda with Python 3.5 and all the rest. I come from R where I am used to …
python anaconda jupyter-notebook jupyter scitools