stefaneidelloth
stefaneidelloth
The dependencies elementary-circuits-directed-graph and strongly-connected-components do not have headers that are compatible with requirejs. Related: https://github.com/antoinerg/elementary-circuits-directed-graph/issues/19 https://github.com/mikolalysenko/strongly-connected-components/issues/5
On the ema homepage it is stated > Future plans include support for Netlogo and Repast http://simulation.tbm.tudelft.nl/ema-workbench/contents.html While there is already some connector for Netlogo... * https://github.com/quaquel/EMAworkbench/tree/master/ema_workbench/connectors * https://github.com/quaquel/pyNetLogo *...
Lets say I have two data frames, using two id columns to identify the rows: A: | id_foo | id_baa | value | | 1 | 1 | 10 |...
If I try to start a Notebook with xeus-python I get following error message: ``` Starting xeus-python kernel... If you want to connect to this kernel from an other client,...
 
There is an Abandoned variant of PyCharm by Berny32 that uses the JRE that is included with PyCharm: https://sourceforge.net/projects/pycharm-portable/ =>Could you please adapt this project to use the JRE of...
Instead of steps I would like to show year numbers on the horizontal axis:  => Can I do so in Python (e.g. by inheriting from ChartModule.py) or do I...
Is rope already able to sort the functions of a class by their usage? Also see https://stackoverflow.com/questions/76611154/how-to-automatically-sort-functions-in-classes-by-their-usage
In an older project I use golden-layout 1.5.9 for a JupyterLab extension and I include it with requirejs. In the require.js config I have: `'golden-layout' : 'node_modules/golden-layout/dist/goldenlayout.min'` The paths for...
## Description Is it possible to make the popups draggable/movable by users? ## Expected Behavior Want to be able to move a popup around with the mouse ## Actual Behavior...