Marvin Kastner
Marvin Kastner
fsevents seems to make problems here, this is extracted from the full log: ``` npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm...
First of all, thank you very much for sharing this project with the public! I have installed ipysankeywidget via conda under Windows 10 and as far as I understand, everything...
I tried to turn a Jupyter Notebook including a leaflet map (through folium) into a PDF. As an example https://python-visualization.github.io/folium/quickstart.htm can serve. I realized that when printing the Jupyter Notebook...
**Describe the bug** I just run flake8_nb from the CLI and the following error message shows up: ``` Traceback (most recent call last): File "/home/runner/.local/bin/flake8_nb", line 8, in sys.exit(main()) File...
In some cases we want to code in a browser, e.g. when the code should be executed on a [JupyterHub](https://jupyterhub.readthedocs.io/en/stable/). However, currently the only option google provided me with was...
Could it be possible to restrict the search to a certain path? A bad example would be to restrict a search to `http://google.com/maps/` and ignore results which are in other...
First of all thanks a lot for the great contribution! I loved reading the hackernoon article and there are really great examples! I thought about whether maybe executing the Python...
Instead of the current sqlite3 implementation of user management, a MySQL solution has the benefit to add and remove users during runtime. It could be a great additional feature! See...
Hello there, would it be appreciated to have the vehicles as a dropdown menu? In the current web ui you need to write text which can be taken from https://github.com/graphhopper/graphhopper/blob/0.7/core/src/main/java/com/graphhopper/routing/util/FlagEncoderFactory.java...
### Proposed change Add the user's docker volume name to the server state. This would allow removing them in an automated fashion through the API by the `jupyterhub-idle-culler` service as...