-
I have Jupyter Notebooks installed in my base environment. When creating/using separate environments, I use ipykernel to make them accessible as Jupyter kernels. I recently installed metview into an e…
-
Listed below is the `devcontainer.json` file that I am using to start a codespace on GitHub.
```JSON
{
"name": "Only Jupyter",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"hos…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org…
-
## Description
This is a pair of issues together.
1. There is no `View > Cell Toolbar` option as is expected in RISE
2. Opening a saved RISE notebook file and selecting `View > Render as Revea…
-
Type: Bug
![Image](https://github.com/user-attachments/assets/b613cd72-fe74-4ac8-bfe8-a45221905a19)
VS Code version: Code - Insiders 1.93.0-insider (c2aa3c4625ed4b46448fa546ac5f2e93b0757718, 2…
-
Hi there,
Love your work really usefull, I have several jupyter notebooks that worj great render fine. Now I have some new ones that have issues with rendering the mathjax formulas. It seems the sp…
-
I'm trying to use Jupyter kernels within Docker containers with the following `kernel.json`:
```json
{
"argv": [
"/usr/bin/docker",
"run",
"--network=host",
"-v",
"{connection_fil…
-
When working in data science using notebooks is widely the way many of us use to code.
Moreover when working in a jupyter hub environement, being able to render a notebook with voila opens the door t…
-
Knitr and IPython notebook allow scientists to compose documents with inline code and figures.
https://rpubs.com/marschmi/105639
https://www.r-bloggers.com/reproducible-research-training-wheels-a…
-
Hi there!
I have been looking for a library like this for a couple of years! And now I have found it! Thank you! So simple but so perfect.
I am teaching a Python course centered around Jupyter N…