Skip to main content
Filter by
Sorted by
Tagged with
7 votes
2 answers
2k views

So recently I wanted to work with Jupyter notebooks in VS Code, but I ran into an activation error with the Jupyter extension. I’m using: VS Code version: 1.104.3 Jupyter extension version: 2025.8.0 ...
Sahil Singhai's user avatar
0 votes
0 answers
81 views

So I wanted to set up R kernel for Jupyter in VSCode, I installed Jupyter via pip, in the R console I typed: install.packages('IRkernel') and the package was successfully installed, then I tried to ...
Azazo8's user avatar
  • 3
5 votes
0 answers
177 views

original issue on Github Issue Description: When generating R plots in VS Code's Jupyter Notebook (.ipynb files), the plot backgrounds appear transparent by default, making visualizations hard to ...
wudl-21's user avatar
  • 81
1 vote
0 answers
75 views

Jupyter Notebook with R kernel (IRkernel) cannot show output to STDERR. For example, below are two cells in an .ipynb file: cat("O kay!", file = stdout()) O kay! ## ...
foehn's user avatar
  • 469
0 votes
0 answers
29 views

I am having an issue while trying to create new kernel for JupyterLab for R + Spark. Without spark something like this works for me (kernel.json) { "display_name": "R", &...
Roman Gershgorin's user avatar
1 vote
0 answers
430 views

i am not a python devloper but i can fugre bits and peices out... as a multi devloper im faced with code in all formats :: so i often forget a lot!! so i need help to be able to execute code on a ...
Leroy Dyer's user avatar
2 votes
0 answers
196 views

It appears that within the past week (I write this on 4/20/2024), the default ggplot2 package version pre-installed with the R kernel in Google colab is 3.3.5, a very old version. I have lots of code ...
Silas Bergen's user avatar
0 votes
0 answers
37 views

In the environment file, made with conda, the dependencies specified are: r-cowplot jupyterlab r-irkernel nb_conda_kernels When I open Jupyter with this environment, and with the kernel set in this ...
zzts's user avatar
  • 13
0 votes
2 answers
917 views

import pandas as pd # Assuming df is my DataFrame data = { 'Make': ['Toyota', 'Honda', 'Toyota', 'BMW', 'Nissan', 'Toyota', 'Honda', 'Honda', 'Toyota', 'Nissan'], 'Colour': ['White', 'Red', '...
chandan singh's user avatar
0 votes
1 answer
71 views

I am using jupyter enterprise gateway 3.2.2 using helm installation but while fetching kernel images getting below error. kernel_image_puller.t2] Attempt 3 to pull image 'elyra/kernel-r:3.2.2' failed ...
AniketGole's user avatar
  • 1,315
1 vote
0 answers
108 views

The VS Code Interactive Window now supports arbitrary Jupyter kernels (yay!), but I can't figure out how to send code to the Interactive Window from a non-Python plaintext file (e.g., an .R file) the ...
nick_eu's user avatar
  • 3,733
0 votes
0 answers
402 views

when i open jupyter notebook using anaconda prompt this the web page it is opening. Jupyter notebook on Web i have uninstalled and installed anaconda 2 to3 times but everytime same result.i have ...
akash chandra puli's user avatar
0 votes
2 answers
3k views

Last weeks everything was ok. But all of a sudden I can't run jupyter notebook (if i run it from the start menu it wont open / if i run it from anaconda navigator or dataspell it wont run and give me ...
zexat's user avatar
  • 11
0 votes
1 answer
590 views

I got this error message: UsageError: Line magic function %%writefile not found. Please check my code and service log from jupyter notebook. Please help me.\ Version : Python 3.11.3 Environemt : Code-...
cevino's user avatar
  • 13
0 votes
1 answer
176 views

I tried training a Linear regression model using model.fit on jupyter notebook as usual but my kernel is not executing the particular line of code and no error message. import numpy as np import ...
Jamilu's user avatar
  • 5
1 vote
0 answers
186 views

Output generated by executing a R Jupyter Notebook Cell is rendered multiple times. I followed the instructions in this article to set up Jupyter Notebooks in VS Code for executing R programs. However,...
Dave's user avatar
  • 23
1 vote
1 answer
609 views

I am having an issue with my Quarto website project. I always use the R kernel in rstudio on both of my computers, but when I reopened my project on my other computer, it seems to be defaulting to the ...
Faruk Şentürk's user avatar
0 votes
1 answer
795 views

I try to use local jupyter notebook To start i use cmd (win 10, 64 bit), it give me URLs, then i try to create NEW notebook. But i see that Kernel have long beasy (do not stop) and after that i get ...
Kusi_pusi's user avatar
0 votes
0 answers
127 views

I am running a code which will print multiple plots while in a for loop in a jupyter notebook.But I am getting a behavior as shown above. How do I avoid this and not print each plot top of each other ...
Saad Khan's user avatar
1 vote
0 answers
79 views

I have installed IRkernel for Jupyter Lab. This is the line of code, which I used for this aim: install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest')) ...
Olga Klishchuk's user avatar
0 votes
0 answers
769 views

I have tried to install basic packages in R using the R Jupyter lab kernel, but got this error message: install.packages("devtools", repos='http://cran.us.r-project.org') also installing the ...
Drosera_capensis's user avatar
2 votes
0 answers
168 views

When pressing Shift-Tab in Jupyter notebook, it pops-up docstring (help for the function). How can I change the docstring height/width to minimize scrolling? Currently, the pop-up window is so small ...
Buddy Li's user avatar
1 vote
0 answers
176 views

Using the nbclient package to remotely execute an R kernel, the package works fine with the python kernels (3.7/3.9) however gives this error when attempting the run an R kernel. The following is the ...
Viraj Kamat's user avatar
2 votes
1 answer
92 views

When I try to read in a csv file using df<-read.csv("Regression_train.csv") File size (17.6 Mb) exceeds the limit (16 Mb). The limit could be changed via "languageserver....
Kirsten's user avatar
  • 18.9k
-2 votes
2 answers
4k views

Can anyone help me with this issue. I'm tying to do an algorithm in online Jupyterlite. But it's giving the above error. ModuleNotFoundError Traceback (most recent call last) ...
NewlearnerB's user avatar
0 votes
0 answers
356 views

I'm using R on Jupyter Notebook to complete a Cousera Assignment (Analysis of Global COVID-19 Pandemic Data). Despite following a detailed tutorial, I still get error messages that my variables are ...
Coolshegs's user avatar
5 votes
0 answers
579 views

I installed anaconda the latest version of anaconda, anaconda3-2022.05 and i got the error failed to initialize anaconda directories and it is pointing towards anaconda3\lib_nsis.py and i don't know ...
Christ Bryan's user avatar
0 votes
1 answer
235 views

Click Here for the image trying to plot an animated line chart in python. Why is this code returning to a blank white plot ? a guidance would be appreciated. And also if there is a better way to draw ...
Writabrata's user avatar
1 vote
0 answers
55 views

As shown in the screenshot because of the "dimensions text" ("A data.frame: 9 x 7") the data frame cannot be centered and thus goes out of bounds horizontally. How can I disable ...
Rootsyl's user avatar
  • 75
1 vote
0 answers
140 views

I'm using Jupyter-lab with R kernel and I would like to know how to center the plots I make. Here is how it looks by default : I would like to make it like this :
armandfavrot's user avatar
0 votes
0 answers
158 views

I have implemented Jupyterhub using Helm chart. I want to remove the user if the user is inactive for specific time. I have implemented that with cull but the problem is that it removes admin user as ...
Rutvik Malaviya's user avatar
1 vote
1 answer
968 views

I'd like to display a plot and then have the user give some input, but the plot always appears after the input line. A simple example is: plot( 1:10 ) ans <- readline("What is your favorite ...
Stephen's user avatar
  • 543
4 votes
0 answers
1k views

I have the following project layout: . my-project |- pyproject.toml |- poetry.lock |- .jupyter | '- jupyter_notebook_config.py |- kernels | '- R-renv | '- kernel.json |- .renv |- renv.lock |- ....
typesanitizer's user avatar
0 votes
2 answers
4k views

I have created the static build of jupyter lite while running seaborn library example code in jupyter lite tool i am getting this error : seaborn module not found.
Prashant K's user avatar
0 votes
0 answers
453 views

I am new to using Jupyter, but am well versed with R. My new role requires me to use R-Kernel inside a jupyter notebook via ssh to share common data and save space. However, I am unable to upload any ...
Mansi's user avatar
  • 143
0 votes
1 answer
2k views

I converted an R markdown file(no Python code in it) into an .ipynb file referring to this answer: use jupytext --to notebook script.Rmd to create script.ipynb But when I open the script.ipynb in ...
Lerner Zhang's user avatar
  • 7,278
1 vote
1 answer
6k views

Win 10 x64 Python 3.8 Anaconda I created a conda virtual environment, activated the environment & installed ipykernel and Jupyter with pip install jupyter ipykernel No issues, installed fine. ...
DrBwts's user avatar
  • 3,707
0 votes
0 answers
247 views

Maybe I'm doing something wrong, or my expectation is incorrect. I've tried using multiple tagged version of the Jupyter/r-notebook images on dockerhub. None seem to include an R kernel for Jupyter. ...
agf1997's user avatar
  • 2,938
0 votes
1 answer
381 views

Traceback (most recent call last): File "/data/user/0/ru.iiec.pydroid3/files/arm-linux-androideabi/lib/python3.8/site-packages/tornado/web.py", line 1704, in _execute result = await ...
John Delvin's user avatar
0 votes
1 answer
3k views

I have been using R/Python and Jupyter Lab/Notebook on Macbook. In my new job, I need to install and run these applications on Windows 10. I have Python, pip, Jupyter, R4.1 & RStudio installed ...
Ong K.S's user avatar
  • 323
0 votes
0 answers
238 views

I plan on use R inside Python using the rpy2 package in Jupyterhub. I'm using conda 4.9.2 $ conda install -c r r-essentials Collecting package metadata (current_repodata.json): done Solving ...
mineral's user avatar
  • 529
4 votes
1 answer
3k views

I am running jupyterlabs on docker and wanted to install the rvg package. One of the dependencies are systemfonts, and when I tried to install this using install.packages("systemfonts") I ...
Spencer Trinh's user avatar
0 votes
1 answer
2k views

I am trying to build a widget that parses data from json and populates the tools, base form could contain simple input fields and a drop-down menu option. I want to add nested widgets based on the ...
jax's user avatar
  • 4,217
5 votes
0 answers
2k views

I'm looking for a way to display all the rows and all the columns BY DEFAULT in Jupyter, without the ..., in specific in Jupyter Lab but possibly is something done the same way in Jupyter Notebook. I ...
Gerlex's user avatar
  • 65
0 votes
2 answers
4k views

I have recently installed Anaconda and also enabled r kernel by using conda install -c r r-irkernel which i took reference from: https://kyleake.medium.com/how-to-install-r-in-jupyter-with-irkernel-in-...
ViSa's user avatar
  • 2,367
1 vote
1 answer
860 views

I am unable to plot an interactive map in colab A workaround (static image) is in the second cell. I expect an answer in r-leaflet. Related blog
Ferroao's user avatar
  • 3,148
1 vote
1 answer
2k views

When calling head(...) in a cell in jupyter notebook, we get a nice table with the data However if I want to do the same in a function, nothing is shown, so I have to use print(head(...)) but the ...
Nathan Marotte's user avatar
1 vote
0 answers
279 views

I have multiple scripts using the IRkernel on Jupyter notebook. I have to put them on a server, but I only want that people can run it, not editable or deletable. I have already tried things, mainly ...
Oscar Hongnat's user avatar
2 votes
0 answers
235 views

Does anyone know how to fix so the axis are displayed properly in JupyterLab using R kernel? So far I have got this outcome: Many thanks
capuchin7's user avatar
3 votes
1 answer
1k views

This question is somewhat related to Is there a way to do Jupyter cell magic with R. When you use JupyterLab with a Python kernel, you can split your analysis into several notebooks, like this: . ├── ...
Philopolis's user avatar