stefaneidelloth

Results 49 issues of 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 *...

enhancement

Lets say I have two data frames, using two id columns to identify the rows: A: | id_foo | id_baa | value | | 1 | 1 | 10 |...

enhancement
Some day maybe

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,...

![image](https://user-images.githubusercontent.com/12675339/146973576-69092513-cf1d-44cf-9438-fbea271dc6f7.png) ![image](https://user-images.githubusercontent.com/12675339/146973680-b5802350-a6d8-4b1d-972f-2050c11778bd.png)

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: ![image](https://user-images.githubusercontent.com/12675339/161241764-a60b5fd3-e581-4518-b429-80979107bdf9.png) => 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...

new feature