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/

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. Jupyter Notebook, unlike its predecessor IPython Notebook, supports many different languages and interactive shells in addition to Python and IPython.

Each Jupyter Notebook document may contain executable code blocks, outputs, plots and Markdown text.

106 questions
112
votes
4 answers

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 other way takes days to compile". So I did brew…
Wayne Werner
  • 2,463
8
votes
2 answers

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 override of the Ctrl + F shortcut while in edit mode,…
user623763
7
votes
1 answer

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 token. Example:…
4
votes
0 answers

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 from my command line. When I run: pip install…
4
votes
1 answer

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', '-quiet']" command: This is XeTeX, Version…
3
votes
0 answers

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 listing shortcuts and the manual in VS Code settings as…
user67275
  • 2,353
3
votes
1 answer

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 anaconda source activate IntroToTensorFlow Windows did…
user985081
  • 31
  • 1
3
votes
1 answer

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
  • 192
3
votes
2 answers

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 e.g. like CAD What I want: people who read the…
3
votes
1 answer

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 the network settings for the different ports I…
2
votes
1 answer

Jupyter Slideshow in VSCode

I am trying to edit and present a slideshow inside of VSCode using Jupyter Notebooks (on a Windows 11 computer). I can make Jupyter notebooks, and I have the Jupyter Slide Show extension installed in VSCode. Picture shown below: As you can see,…
2
votes
2 answers

Installed Jupyter Notebook for Python 3.6.8 stuck at "Kernel Starting, please wait..."

I installed jupyter notebook on my computer for a RHEL system, I installed it using the command pip3 install --user jupyter and then later due to it not working pip3 install --force-reinstall --user jupyter, so know I have my jupyter files stored in…
David G.
  • 163
2
votes
2 answers

I'm having trouble trying to open jupyter notebook

I'm starting to work on Anaconda and I can´t open the jupyter notebook. When I try it, it gives out a application launch error, saying the following: Traceback (most recent call last): File "C:\Users\pc\Anaconda3\Scripts\jupyter-notebook-script.py",…
2
votes
2 answers

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\Python\Python37\site-packages\jupyter_core\paths.py",…
kolja
  • 21
2
votes
0 answers

Anaconda Navigator unable to launch Windows

I am unable to open Anaconda Navigator, whenever I try to open it nothing will happen. I have tried to reinstalling anaconda navigator and also tried updating conda through anaconda prompt. I have also tried restarting my computer multiple times. I…
1
2 3 4 5 6 7 8