-
1. How can we render the notebook as slide with the nbslide extension ?
Do i have to just use
`jupyter nbconvert 'Untitled1.ipynb' --to slides --post serve`
2. Can i run codes on the presentat…
-
## Describe the issue
I am running an example code to access ipympl from Jupyter Lab on GCP/Linux.
```
%matplotlib widget
import matplotlib.pyplot as plt
import numpy as np
import sys
"ipym…
-
I created a Jupyterlab container running jupyterlab & jupyter-fs
Docker version is: Docker version 20.10.21, build 20.10.21-0ubuntu1~20.04.2
Part of the Dockerfile:
``
FROM python:3.10.5-bull…
-
Hi,
I'm using pyvista and trame within jupyterlab. If I try to show something, the "html" mode works fine, but neither "client" or "server" mode works for me. It always displays an iframe with "loc…
-
I would like to use jupyter lab to create an educational environment where students are able to be guided through content in a lab, using a jlab extension to drive the experience.
An example desire…
-
I installed the Kite extensions with this lines of code in the anaconda prompt:
pip install jupyter-kite
jupyter labextension install "@kiteco/jupyterlab-kite"
Everything worked. Then when I st…
-
References user story #116
- [ ] Research Windows issue
- [ ] Remove dependency warning
- [ ] Ensure GoVizzy builds and displays widgets properly on windows 10.
![image](https://github.com/cs4…
-
### Describe the bug
**context**
When I do create ipynb with cell
```
text2 = ('Lorem ipsum $x$ lorem $A$ ipsum?\n'
'\t\\[\n\t\t\\text{A=}\\left[\\begin{matrix}2 x + 4 & x - 4\\\\x + …
-
We like to use Trame a lot from Project Jupyter, especially Jupyter lab. I recently gave [this binder demo a try](https://github.com/Kitware/trame-binder) and co-installed the [Sidecar extension](…
ax3l updated
3 months ago
-
import torch
from transformers import LlamaTokenizer
model_checkpoint = "NousResearch/Llama-2-13b-chat-hf"
tokenizer = LlamaTokenizer.from_pretrained(model_checkpoint)
[Open Browser Console …