MatusGasparik
MatusGasparik
#### ALL software version info I am running a **JupyterLab** with following version info: ``` jupyter core : 4.7.1 jupyter-notebook : 6.4.0 qtconsole : not installed ipython : 7.24.1 ipykernel...
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...
Evaluating operations outside the `with` block in Jupyter Notebook grows the `graph.operations` dict
This seem like a bug, and probably related to fact that I am running this in a `jupyter` notebook. Given this example: ```python import pythonflow as pf with pf.Graph() as...
I know there is a documentation (https://github.com/vega/react-vega/tree/master/packages/react-vega) for `react-vega` but it's really minimal. For example it doesn't explain to pros / cons of using the different approaches, things that react-developers...