-
### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
# Issue
When using the data viewer, the filter…
-
- On windows, the conda package for `notebook` is installed at the root of the conda installation, which corresponds to the `%PREFIX%` environment variable at conda-build time.
- But there is also th…
-
All my kernels which have a '-' in the name (aka `monte-carlo`, `julia-0.4` or `conda-envname`) don't get a logo served (i.e. there is no logo in the upper right corner).
- http://localhost:8888/kern…
-
_From @mpacer on November 29, 2016 0:8_
I was trying to get a python3 kernel working inside a python2 environment (testing the compatibility of building the jupyter notebook documentation which inclu…
-
Jupyter notebooks 5 and ipython 6 introduce Jedi integration for ipython. With the codebase unmodified,
- Some callbacks are broken (most notably, saving checkpoints, and saving on quit)
- Kernel …
-
Static initializers may run in arbitrary order; we must design static initialization so that no matter what order they run you get the same result. This is not currently true for cases where you overr…
-
#### Describe the bug
`dotnet try jupyter install`
I'm building a Docker image based on Debian with Jupyter installed through Anaconda.
Can you:
1) add option to specify Jupyter kernel install f…
-
Sometime Jupyter notebook MicroPython Kernel prints "." that I didn’t print, when I use ‘print()’ with "for" or "while" statement,
Followings are my codes. When I use a serial terminal(ex. Teraterm…
-
### Bug description
Output of cell magics is ignored (in some cases).
Note, in some cases the output is shown, e.g. when using `memory_profiler`'s `%memit`.
I guess it depends on how the magic is…
skwde updated
2 months ago
-
I am trying to write my neovim plugin that opens euporie in a separate terminal but edits the notebook in neovim.
I need a good way to synchronize the cursor position in the editor with the select…