Konstantin Taletskiy

Results 14 issues of Konstantin Taletskiy

I would like to clarify something. Does the 'Interrupt kernel' action kills xeus-cling kernel? I guess it would be consistent with underlining `cling` interpreter behavior, where Ctrl+C will cause `cling`...

Bug

### Bug report `cytoscapeobj.graph.remove_node(node)` removes more nodes than just the node passed as the parameter. This also affects `cytoscapeobj.graph.remove_node_by_id(node_id)` which uses it. https://github.com/cytoscape/ipycytoscape/blob/c72f39d5382711f22ffd1dfe0f5754602f63c9af/ipycytoscape/cytoscape.py#L287-L305 Issues seems to lie specificly in this...

Bump minor package version to 3.1.1

dependencies

Is there a plan to release a version compatible with the latest `xtensor` (currently v0.23)?

### Problem There is an excellent example on how to add a button to the notebook toolbar, which boils down to https://github.com/jupyterlab/extension-examples/blob/9c35013ce5da125f1b5865b3f7cbb301970d5970/toolbar-button/src/index.ts#L67 Now, I would like to do the same...

enhancement

I am looking at instructions on how to use this image with JupyterHub (+ KubeSpawner). I am able to run this image standalone on my machine and get to RStudio,...

help wanted
question

I have to manually modify .bashrc to update PATH variable for new packages like CUDA and Conda. I could not identify the location of default .bashrc file in CoCalc. If...

help wanted

I am trying to load a module I created that registers Jupyter kernel from external conda environment. Here is the modulefile: ``` help([[Conda environment with Python Data Science packages ]])...

enhancement
question

Migrate installation from `jupyter_packaging` to `hatch` following the docs here: https://hatch-jupyter-builder.readthedocs.io/en/latest/source/how_to_guides/migrating_javascript_projects.html