-
IPython notebooks look like a great approach for combining the outermost layer of computation with a presentation of the methods and results.
Implementation outline:
- Make a new top-level group "not…
-
As a follow-up to #171, there could be a new notebook in https://github.com/jtpio/jupyterlite/blob/main/examples to showcase some `IPython` features. Or it could also extend the existing https://githu…
jtpio updated
3 years ago
-
I find IPython notebooks a great way to work interactively, and it would be nice if inline plots could be interactive (e.g., letting you zoom, or having tool tips show more information). With matplot…
-
I am using a Surface Pro 3 with Windows Pro 8.1. I'm trying to acces an IPython notebook from docker. The command I am using is
```
ipython notebook --no-browser --port 8888 "--ip=*"
```
The notebo…
-
hi, i'm try to run the notebook, but i meet some problems.
it look's like the download model file is not correct, because it's too small:
![image](https://github.com/user-attachments/assets/06e3faf8…
-
I just tried some of the notebook and I got a segfault. Here is what my session looks like, this is from ipython in a conda environment, will describe the environment below:
```
(ana-1.2.7-gpu) : ~ …
-
**Description**
Let's make a specific note for NB.
In the Notebook section, and in the GUI constructor's doc section (pointing to the other).
**Expected change**
Let user know that when using notebo…
-
运行官方demo,05-Qwen2.5-7B-Instruct Lora .ipynb在notebook的最后:
with torch.no_grad():
outputs = model.generate(**inputs, **gen_kwargs)
报错
C:\cb\pytorch_1000000000000\work\aten\src\ATen\native\cuda\Te…
-
## Environment data
- Pylance version: v2024.9.1
- OS and version: macOS Sonoma 14.6.1
- Python version (& distribution if applicable, e.g. Anaconda): 3.12.5 (installed by VS Code on de…
-
I am using django 4.2 abd python 3.10.
OS: Windows WSL (Linux subsystem on a windows machine)
This works:
```
./manage.py shell_plus --ipython
````
But not this:
```
./manage.py shell_plus…