-
There's a fairly mature data visualization project called cufflinks that will give us the basic technical indicator studies.
Here are links to the project:
https://pypi.org/project/cufflinks/
g…
-
Hi. I have installed Jupytext following the instructions in the README, using `pip`. I used `jupyter lab build` after installation. The versions I'm using are:
```
$ pip3 freeze | grep jupyterlab
…
-
To reproduce:
```bash
conda create --name=nbdev_bug python=3.8
conda activate nbdev_bug
pip install nbdev
nbdev_test_nbs
```
returns
```
[...]
RuntimeWarning: coroutine 'ZMQSocketChannel.get…
-
## Description
cant install the extension
## Reproduce
click on the "install" button in the extensions tab in jupyer lab
## Expected behavior
the extension installs, but instead no…
-
The image value charts/maskrcnn/charts/jupyter/values.yaml needs to be specified otherwise the instruction fail.
```
$ helm install --debug maskrcnn ./maskrcnn/
install.go:159: [debug] Original cha…
-
Hi Andrew.
Been testing the Jupyer HUb, and it seems when I create an environment and install packages, they don't seem to be accessible on my notebooks. Any ideas?
PS: Am I still in the sudoe…
-
- [ ] I'm reporting a bug, not asking for help
I use Leaflet in jupyter notebook with R kernel, however, the output map couldn't show entirely in the cell, only a small part of. I checked the **html_…
-
Hi just installed Anaconda 2.1.0 (x86_64) for one of my course on MAC OS.
()Installation went OK
()PATH was updated
()ran the following commands and all seem to go OK.
>> conda update conda
…
-
I am running the doc file in a Jupyer notebook and I got this error
```
---------------------------------------------------------------------------
NameError Trace…
-
I worked through all the Jupyter Notebook tutorials and took notes on points that I, as a newcomer to programming found hard to understand:
These are the points that I already worked into Part 1 of …