reckoner
reckoner
I would like to use d3py to make a sankey diagram as shown here: http://bost.ocks.org/mike/sankey/ Is this possible with d3py? Can someone get me started? Thanks!
On windows xp, when I do ``` >python manual_test.py ``` a GVIM windows opens but there are lots of errors like: ``` Unknown function PDB_append_watch ``` What am I doing...
The link in the Jupyter notebook https://liferay.de.dariah.eu/tatom/ is stale. I could not find a new one.
``` ConnectionError: HTTPConnectionPool(host='x86_64-conda_cos6-linux-gnu', port=8050): Max retries exceeded with url: /_alive_a3a79a8c-7956-4602-96cc-f8f88ec33619 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) ``` I'm trying to...
I am trying to use plottable with angular but I don't know what to put in the `chart.renderTo` or how to set up the HTML app component. Any hints appreciated!...
I don't have the `Anaconda` distribution, but I do have the `Miniconda` distribution for Jupyter which requires `conda activate` before it runs. Is it possible to install this kernel in...
> /opt/conda/bin/npm pack [email protected] npm notice npm notice � [email protected] npm notice === Tarball Contents === npm notice 0 package npm notice 321B CHANGELOG.md npm notice === Tarball Contents ===...
Is it (or will it soon be) possible to create network graphs (say, using `networkx`) with plotly_express?
``` 24 ) 25 pObject = POINTER(cls)() ---> 26 pServiceProvider.QueryService( 27 clsid or cls._iid_, 28 cls._iid_, 29 pObject, 30 ) 31 return pObject COMError: (-2147467262, 'No such interface supported', (None,...
``` \begin{pyconsole} import math \end{pyconsole} \begin{pysub} $1 + 1 = !{math.sqrt(1+1)}$ \end{pysub} ``` The pysub block does not recognize the `math` import from the `pyconsole` block. Is there a way...