Hagen Hoferichter
Hagen Hoferichter
Hi everybody, as @ryanlovett asked me I opened this issue here, related to jupyterhub/zero-to-jupyterhub-k8s#1030. The Problem is as following: After starting PySpark I am not able to access the Spark...
Hi! I really like the profile list as it provides a convenient way to provide _static_ settings. On the other hand it takes away the possibility for the user to...
Hey! when I start jupyterlab with installed jupyterlab-hub extension I run into these errors: Directory not found Directory not found: ""  Error Invalid response: 405 Method Not Allowed ...
Vision: Developer/Data Scientists want to document a complex task in a graphical way. After they wrote their code, they open the draw.io extension and select the running kernel. Now they...
I played around a bit with active black contours [like here](https://scikit-image.org/docs/dev/auto_examples/edges/plot_active_contours.html#sphx-glr-auto-examples-edges-plot-active-contours-py) before and after the application of the transformation and I think it would be a great addition to the...
### System Info ### Information - [ ] Docker - [ ] The CLI directly ### Tasks - [X] An officially supported command - [ ] My own modifications ###...
Wrapping React component from local package works for github as source but not for local directory
**Describe the bug** ``` class GithubComponent(rx.Component): library = ( "@masenf/hello-react@github:masenf/hello-react" ) tag = "Counter" def github_component_example(): return GithubComponent.create() ``` works. However, cloning or downloading [masenf/hello-react](https://github.com/masenf/hello-react) and changing the wrapper to:...