martinRenou
martinRenou
I find the https://jupyter-releaser.readthedocs.io/en/latest/how_to_guides/convert_repo_from_repo.html docs page difficult to understand. > ``` > Set up a [GitHub App](https://docs.github.com/en/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps#github-apps-that-act-on-their-own-behalf) on your organization (or personal account for a personal project). > - Disable...
The collaborative features are broken on `jupyter cad`, this seems to be due to some token missing
Similar to making the clip-plane and wireframe buttons toggle-able https://github.com/jupytercad/JupyterCAD/pull/441 we should look into making the exploded view button toggle-able too. I'm thinking that once the exploded view is toggled,...
We can improve the UI and features of the 2D sketching tool. We should also consider using a 2D constraints solver to define constraints on the 2D shape being created...
When not having an `environment.yml` file around, the error `Either prefix or environment_file must be set` shows up, not giving any clue to the user what to do next. We...
As discussed in https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/319#pullrequestreview-2279671128 It would be nice to compute the memory_usage of big pandas dataframes. One proposed solution is to do: ```python sum([ size_of(dtype) * count for dtype, count...
cc. @davidbrochart @trungleduc @brichet ### Problem When building extensions like [JupyterGIS](https://github.com/geojupyter/jupytergis) or [JupyterCAD](https://github.com/jupyter-cad/jupytercad), we soon feel the need for supporting advanced file formats like `.qgz`, `.fcstd` etc. Because those are...
Trying to run `OfflineRenderingUtils.getGuiData("./examples/BIMExample.FCStd")` on the example file fails with: ```trace --------------------------------------------------------------------------- KeyError Traceback (most recent call last) Cell In[10], line 1 ----> 1 OfflineRenderingUtils.getGuiData("./examples/BIMExample.FCStd") File ~/micromamba/envs/jupytercad-freecad/Mod/BIM/OfflineRenderingUtils.py:223, in getGuiData(filename) 221...