Skip to main content

Questions tagged [jupyter-notebook]

For questions about installing and using Jupyter Notebook. Jupyter Notebook is a locally installed application that runs in a web browser and provides a front-end to many different languages and interactive shells such as IPython. Questions about programming are off topic and should be asked at: http://stackoverflow.com/

105 votes
4 answers
136k views

Where do I get the pdflatex program for Mac?

I'm trying to convert Jupyter notebook to .pdf on Mac. However, it tells me nbconvert tailed: pdflatex not found on PATH So, I went looking around and someone said, "Install mactex because this ...
Wayne Werner's user avatar
  • 2,383
8 votes
2 answers
1k views

How can I disable searching in a JupyterLab cell?

If I am in edit mode in a cell, JupyterLab overrides the find shortcut Ctrl + F. If I go into command mode, I can type Ctrl + F and use Chrome's find functionality. How can I disable JupyterLab's ...
user avatar
7 votes
1 answer
29k views

Create SSH tunnel using MobaXterm on Windows

I have SSH access to a CentOS server. There I have a venv with Python 3 where I have Jupyter Notebooks installed. If I create a notebook jupyter notebook It gives me a localhost URL with a specific ...
Gonçalo Peres's user avatar
4 votes
1 answer
2k views

Error exporting PDF file in jupyter notebook: pgfkeys '/tcb/size' error

I'm trying to export a notebook from Jupyter as a PDF file and server dumps this error mesage: nbconvert failed: PDF creating failed, captured latex output: Failed to run "['xelatex', './notebook.tex'...
Daniel Estrela's user avatar
3 votes
2 answers
5k views

3D graphics in Jupyter notebook (ipynb)

I'm searching for most convenient way how to insert 3D graphics into ipython (Jupyter) notebook? I mean some simple 3D model of machines (space-crafts in my case) mostly composed of simple primitives ...
Prokop Hapala's user avatar
3 votes
1 answer
2k views

Use R within Jupyter notebook?

I am using the Jupyter notebook to create interactive code sheets in Python. Now that I have to work with R, I'm wondering: Can I use Jupyter notebook to compile R code as well?
Honeybear's user avatar
  • 192
3 votes
1 answer
356 views

Python TensorFlow module not showing up on a Windows 7 machine despite it showing up via “conda list.”

I am using minconda and have python 3.7 installed on a Windows 7 machine. I was instructed to use the following commands at the Anaconda prompt: conda create --name=IntroToTensorFlow python=3 ...
user985081's user avatar
3 votes
0 answers
2k views

Jupyter notebook upper/lowercase selected part

I wonder if there are shortcut keys for converting the selected block into uppercase or lowercase letters. For example, Ctrl + Shift + U / Ctrl + U does this in Notepad++. I searched this page ...
user67275's user avatar
  • 2,083
3 votes
0 answers
3k views

Module Not Found error : No module named 'statsmodels'

I am using python 3.6 (checked using python -v) and am trying to "import statsmodels.api as sm" in my jupyter notebook. However, it shows module not found error even after I have installed statsmodels ...
Simran Makandar's user avatar
3 votes
1 answer
2k views

How can I remotely access Jupyter from an azure VM?

I'm trying to get Jupyter notebook to run on an Azure VM, and it's failing miserably. I first created a linux virtual machine, then I followed these instructions exactly--I created an inbound rule in ...
wordsforthewise's user avatar
2 votes
2 answers
3k views

Error while starting Jupyter notebook from terminal on Mac OS

I've been fiddling with my anaconda, jupyter, IPython installations, and I honestly don't know how I ended up with this error. Can anyone help me resolve this so I can get back to running jupyter ...
Abel Thayil's user avatar
2 votes
1 answer
2k views

AttributeError: 'MappingKernelManager' object has no attribute 'connect_control'

I recently upgraded my Anaconda 3 environment from 2019.03 to 2019.07 and started having problems connecting to jupyter notebook kernel which was running fine. I am running Windows 10 1903, and ...
Murat Erenturk's user avatar
2 votes
2 answers
899 views

Jupyter on Anaconda wont work after clean install

I installed on a fresh Windows10 Anaconda to use the Jupyter Notebook. But it will not work with this error: Traceback (most recent call last): ..... File "C:\Users\Kolja\AppData\Roaming\...
kolja's user avatar
  • 21
2 votes
1 answer
746 views

R syntax highlighting in Jupyter Lab not working

I use a Macbook Pro running High Sierra. At first I created a R virtual environment with: conda create -n R r-essentials r-base Then I installed Java JDK, inside the new environment with: conda ...
Omar Omeiri's user avatar
2 votes
3 answers
12k views

Jupyter notebook does not have "run" button (Windows 10)

I am trying to run Jupyter notebook on my Windows 10 machine. I installed it by running the following list of commands from cmd: pip install Ipython python -m pip install ipykernel pip install ...
user1063018's user avatar

15 30 50 per page
1
2 3 4 5
8