antvig

Results 6 issues of antvig

* Nuitka version, full Python version, flavor, OS, etc. as output by this command (it does more than you think, and we are adding more all the time): > python...

bug

Hi, When installing the extension, I'm having the following issue : ``` C:\WINDOWS\system32>jupyter labextension install @jupyterlab/plotly-extension > C:\ProgramData\Anaconda3\npm.CMD pack @jupyterlab/plotly-extension jupyterlab-plotly-extension-0.14.4.tgz > node C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab\staging\yarn.js install yarn install v1.3.2 info No...

Hi, I'm experiencing a WinError32 issue while installing vega2-extension. And I'm in admin mode with all access... ``` > C:\Anaconda3\npm.CMD pack @jupyterlab/vega2-extension jupyterlab-vega2-extension-0.16.0.tgz Traceback (most recent call last): File "C:\Anaconda3\lib\site-packages\jupyterlab\labextensions.py",...

I have a list containing 10 large `pandas.DataFrame`. At this stage, the mem of my system is 22G. When clicking the button `view contents` of variableInspector, the notebook is working....

Hi, Currently, when I encrypte array, I iterate over all elements of the array, which is really time consuming. I believe a capability to encrype an array at module level...

enhancement
state: Needs Design

Hi, When using `force_ list` on a node with no children, I would except an empty list but I get a `[None]`. Is that on purpose or is it a...