-
Xiajuns-MacBook-Pro:~ Xiajun$ jupyter notebook
[I 15:08:41.597 NotebookApp] The port 8888 is already in use, trying another port.
[I 15:08:41.620 NotebookApp] Serving notebooks from local directory:…
-
### EDIT: Minimal Repro:
```
import torch
from torch._inductor import config
config.save_args = True
@torch.compile(dynamic=True)
def foo(x):
output = torch.zeros_like(x)
n = out…
-
## System details:
#### Positron and OS details:
Ubuntu 24
Positron [2024.11.0-140](https://github.com/posit-dev/positron/releases/tag/2024.11.0-140)
Workbench 2024.11.0-338.pro1
#### Interprete…
-
From one of our users:
I was having a new error never saw before in https://44.222.241.133/#/opcenter/jobs/s6xcnt1jw0dscgzfqapdh. Enssentially I cannot connect to R kernel in notebook but was able…
-
Description:
While running the official TensorQTL example dataset in Jupyter Notebook, I encountered several warnings and errors that seem to impact the successful execution of the example:
1. War…
-
Not able to find "ov_ph3_vision.py" in below link:
> if not Path("ov_phi3_vision.py").exists():
> r = requests.get(url="https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/lat…
-
### Bug description
If I use {.unnumbered} for a chapter in a web book that's a Jupyter Notebook, the chapter still gets a number.
### Steps to reproduce
Create a web book, start the first chapter …
-
When trying to open a R Notebook in RStudio (Running in a Galaxy workbook) I get the following error:
```
Error writing code to file /var/lib/condor/execute/dir_90804/bccd-ac5d-7e72-44da: system e…
-
Hi, thank you for your time.
**Environment verification**
I installed R on OSX using the official instruction and verified the packages c('IRkernel', 'IRdisplay', 'repr') are the newest versions…
-
Adding spaces to the start of `#i` and `#r` causes whackiness
1. Open F# notebook at https://mybinder.org/v2/gh/dotnet/interactive/master?urlpath=lab
2. Compare this (with spaces)
```
…