jupyter-notebook Questions

5

Ctrl + Shift + - is supposed to split the cell from where the cursor is, but it just zooms out the window.
Tarver asked 26/3, 2018 at 7:8

3

I have problems with vs-code Jupyter Notebook colors ( after install ohmyzsh default theme ) .. where can I change the color values ​​to remove this annoying yellow background?
Dalpe asked 18/1, 2022 at 15:3

4

Solved

There are posts in TeX.SE that shows how argmin and argmax with limits can be typesetted using the \DeclareMathOperator* command. But how to do this in Markdown? I am especially interested in doin...

2

Solved

does anyone know how to change the hover tooltips when using holoviews with a bokeh backend? in my notebook and using holoviews for visualisation i activate tooltips using %%opts Scatter [tools=...
Ampereturn asked 6/9, 2017 at 10:26

3

Is there any way to show input question in cell output while using vscode jupyter notebook? When I use Google Colab, there are question in the cell output. I want to know how to show question witho...
Blayze asked 14/10, 2020 at 9:45

7

Whenever I start jupyter notebook and create a new python 3 notebook I get an error message saying kernel has died. I have tried deleting and installing ipython, python3.6.5, and jupyter notebook b...
Neb asked 10/6, 2018 at 16:15

4

I have imported following packages in code in my Jupyter notebook and have plotted few graphs. However, when I am uploading python file on github the graphs are not showing. I have also tried using...
Twinberry asked 31/5, 2022 at 14:5

3

I'd like to increse the cell width of the jupyter notebook 7. I used below code in notebook 6, but it doesn't work in version 7.0.2. from IPython.display import display, HTML display(HTML("&lt...
Jennet asked 3/9, 2023 at 0:50

3

Solved

I can use the docker extension, and right click 'attach shell' to a running container. However, my Jupyter notebooks is not running in that container. I tried googling how to run a jupyter notebook...

7

Solved

I'm new to Gradle, but recently I wanted to use Kotlin-Jupyter notebook for a project. I followed the instructions, I cloned the repo at https://github.com/Kotlin/kotlin-jupyter... Throughout my st...
Bentonbentonite asked 4/4, 2021 at 20:58

6

Solved

I am trying to run a Jupyter Notebook in VS Code. However, I'm getting the following error message whenever I try to execute a cell: Failed to start the Kernel. Jupyter server crashed. Unable to c...
Virulence asked 2/2, 2023 at 23:35

4

I have a pandas dataframe that I would like to pretty-print in full (it's ~90 rows) in a Jupyter notebook. I'd also like to display it without the index column, if possible. How can I do that?
Bassist asked 3/8, 2020 at 17:25

4

I have written some Jupyter notebooks using original Jupyter notebook web interface. All notebooks are synced nicely in this way. But now, I would like to edit my notebooks in the VSCode. But I can...
Prostitute asked 8/10, 2020 at 12:42

3

On a conda installation installed via -c conda-forge, trying to install nbextensions via jupyter contrib nbextension install --user Results in usage: jupyter-contrib [-h] [--debug] [--generate-co...
Outwork asked 27/1, 2021 at 11:30

23

I tried to install jupyter_contrib_nbextensions : http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html Everything worked fine but when I open a notebook nothing changes. I can...
Monetta asked 4/4, 2018 at 9:41

7

I am trying tensorflow course from Udacity which uses google colab to write/run the code. But I want to run the code on my local machine and hence have created a new environment to run the code , ...
Francesco asked 7/7, 2019 at 9:41

2

I'm looking for a work flow to extract specific cells from a notebook. If I can tag the cells I want to end up in the final script, how would I extract them? I've tried nbmanips but it does not wor...
Loquacious asked 24/4, 2023 at 5:54

3

Solved

I would like to see a progress bar on Jupyter notebook while I'm running a compute task using Dask, I'm counting all values of id column from a large csv file +4GB, so any ideas? import dask.datafr...
Rhino asked 28/2, 2018 at 22:33

2

I have assignments in school where I'm supposed to use Jupyter Notebook by running it from the terminal, hosting it locally. The first time I did it, it went fine until I tried quitting it on the b...
Sall asked 30/8, 2023 at 18:59

4

Solved

I would like to enable word wrap for the code cells in jupyterlab, but do not manage to find how. Already tried: File --> Settings --> Text Editor --> User Overrides:{"lineWrap": true}, which to...
Gunar asked 11/1, 2018 at 8:4

4

I noticed that interactive widgets are not working in my Jupyter Lab notebooks. The following code should produce an interactive slider but doesn't: from ipywidgets import interact, interactive,...
Carolinacaroline asked 1/10, 2018 at 11:39

3

Solved

I have a Jupyter Notebook running. I want to be able to access the source of the current Jupyter Notebook from within Python. My end goal is to pass it into ast.parse so I can do some analysis on t...
Starling asked 1/7, 2018 at 8:29

2

I like my github repositories to include py files instead of ipynb files, but I much prefer working in Jupyter when doing projects. I'd ideally like to work on my project by: Performing a git pull...
Carven asked 8/5, 2021 at 11:15

6

Solved

I am using jupyter notebook to create python notes(sort of) for a virtual lecture. I like to use vscode instead of jupyter lab. But unfortunately the font size of the markdown output is too small(t...
Polygamous asked 14/9, 2021 at 10:27

7

Solved

I need to do this for Pycharm. Here are the steps that I did which I'm not able to undo. I added a password for authentication using: $ jupyter notebook password I then used the below comman...
Rubeola asked 12/1, 2018 at 16:54

© 2022 - 2024 — McMap. All rights reserved.