47 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
183
views
Control the size of the output plot in R notebook in Positron
I want to control the size of the output plot in Positron in R ipynb notebooks.
In RStudio in markdown, I would start the chunk with {r fig.width=9,fig.height=5} and I could resize the plot to fit my ...
0
votes
0
answers
68
views
Automate Python venv configuration for VS Code workspace
I have multiple VS Code workspaces for different projects. Each of these workspaces has a dedicated virtual environment.
I want to write a Python script to create new venvs in bulk, then assign each ...
-1
votes
1
answer
27
views
Trying to access dataframe from an ipynb file
I know how to import data from csv files, but the same command see pic doesnt work with ipynb swapped for csv. If I try opening it directly in Rstudio it says its too large and when I tried to use an ...
-1
votes
2
answers
182
views
VSCode ipynb notebook showing the plots several times over [closed]
Does anyone know why my code does this in VSCode ? If I was using the jupyter notebook on a local host, I'm pretty sure it would not happen. Does anyone know how to fix that ?
if i write only
ret_test....
0
votes
0
answers
260
views
"File Load Error for...Invalid response: 404 Not Found" when loading .ipynb on Spyder Notebook
I am using Spyder v6 and I am trying to load a .ipynb file using the Notebook plugin. The Notebook plugin is successfully installed, since I can see the Notebook interface when I open Spyder.
However, ...
1
vote
0
answers
75
views
How to capture STDERR output in Jupyter Notebook with R kernel
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! ## ...
0
votes
1
answer
49
views
Handling .ipynb Click Event to Open Linked Document in Side-by-Side View in JupyterLab
I'm trying to implement functionality where a link in a .ipynb notebook triggers an event and opens a linked document in a split/side-by-side view in JupyterLab. Specifically, I'm using a custom ...
1
vote
1
answer
956
views
ipynb to pdf | Converting to jupyter notebook to pdf [closed]
I'm facing issue in downloading the ipynb nootebook to --pdf i've used the ctrl + p option but its saving only one sheet to pdf. Also tried other options like converting to html and then to pdf but it'...
0
votes
1
answer
2k
views
"ModuleNotFoundError: No module named 'tensorflow.keras' " in jupiter notebook
I want import in file ipynb:
from tensorflow.keras import layers
from tensorflow.keras import losses
My code looks like:
import matplotlib.pyplot as plt
import os
import re
import shutil
import ...
0
votes
1
answer
442
views
Why is my IPYNB file opened as IPY File (raw JSON) in Jupyter Notebook?
When I open an IPYNB file (downloaded from internet) in Jupyter Notebook then it displays as a raw JSON file instead of the usual interactive notebook view.
it is too confusing and frustrating.
Anyone ...
0
votes
0
answers
64
views
problem when making file .ipynb Jupyter Notebook
Can I make Jupyter notebook file (.ipynb) without open the notebook? like when you make any extention just write the extention in the file explorer's floder after that it convert to that kind of file. ...
1
vote
1
answer
2k
views
Difference between an ipynb kernal (Jupyter lab / Jupyter notebook) and a python virtual environment ( created through venv)
I wanted to ask about the difference between a Jupyter notebook kernel and a Python virtual environment created through venv. From what I understand:
Jupyter notebook kernels are used for notebooks, ...
1
vote
1
answer
37
views
VS Code Drag and Drop Database to .ipynb Not working?
Currently test driving the new Oracle SQL Developer extension for VS code and was referencing this Youtube Video: https://youtu.be/e-yqkI0t6dQ?t=2784
Noticed the presenter had a database open and ...
2
votes
0
answers
248
views
running Jupyter7 ipynb script on PowerShell, error: ModuleNotFoundError: No module named 'notebook.services'
I encountered an error when running Jupyter7 ipynb script on PowerShell, which indicated: ModuleNotFoundError: No module named 'notebook.services'."
detail code:
PS C:\Users\Administrator> ...
0
votes
0
answers
40
views
Dealing with large ipynb files [duplicate]
My notebook is too large to post on github. Is there a way of reduce the size of the file or other way to post without clear outputs of it? I need to show the graphs on the file
i've tried to compact ...