Top "Jupyter" questions

Jupyter is a collection of environments and protocols for interactive computing.

Spark 1.4 increase maxResultSize memory

I am using Spark 1.4 for my research and struggling with the memory settings. My machine has 16GB of memory so …

python memory apache-spark pyspark jupyter
How to update jupyterlab using conda or pip?

How do you update jupyterlab using conda or pip? I understand that conda update jupyter updates jupyter notebook (I have …

anaconda jupyter jupyter-lab
How do I get the current IPython / Jupyter Notebook name

I am trying to obtain the current NoteBook name when running the IPython notebook. I know I can see it …

python jupyter-notebook ipython jupyter jupyter-lab
Running Jupyter with multiple Python and IPython paths

I'd like to work with Jupyter notebooks, but have had difficulty doing basic imports (such as import matplotlib). I think …

python ipython jupyter jupyter-notebook
what is --use-feature=2020-resolver? error message with jupyter installation on ubuntu

I'm trying to install jupyter on ubuntu 16.04.6 x64 on digital ocean droplet. It is giving me the following error message, …

python ubuntu terminal pip jupyter
Can I run Jupyter notebook cells in commandline?

I am deploying a Python package, and I would like to run a simple test to see if all cells …

python command-line ipython jupyter
Install Jupyter Notebook on Miniconda

I installed Miniconda and I'm trying to use Jupyter Notebook with it but haven't been able to do so. After …

python jupyter-notebook jupyter miniconda
How to pretty print in ipython notebook via sympy?

I tried pprint, print, the former only prints Unicode version, and the latter doesn't do pretty prints. from sympy import …

python jupyter-notebook jupyter sympy pretty-print
What is the difference between Spyder and Jupyter?

Python community, I am learning Python for data science, but my problem is that I still don't understand the difference …

python data-science jupyter spyder
using ipdb to debug python code in one cell (jupyter or Ipython)

I'm using jupyter (or Ipython) notebook with firefox, and want to debug some python code in the cell. I am …

debugging cell jupyter ipdb