Rosio

Results 45 issues of Rosio

Originally reported in https://github.com/jupyterlab/jupyterlab/issues/16932, user running JupyterLab 4.3.0 on a Windows 11 system through Anaconda Powershell Prompt. Sample images demonstrating missing icons are included in original issue. """ ### The...

This issue will outline the steps we need to take to configure Gator for automated releases, including publishing to PyPI and GitHub - Request maintainers be added to the PyPI...

maintenance

Currently, FontAwesome icons are being imported directly in various components. This makes it harder to manage icons across the codebase. #### Proposal Refactor the FontAwesome setup to use the icon...

maintenance

- [ ] Determine equivalent test structure using `jupyter_server`’s pytest plugin - [ ] Replace custom setup/teardown with `pytest` fixtures:`jp_serverapp`, `jp_fetch` etc - Currently we import from `notebook.tests.*`, `notebook.notebookapp.*` and...

maintenance

Following the work in #220, offline builds are currently failing. Since the `packages/labextension/` directory is missing from the source distribution (`sdist`), the build system attempts to rebuild the frontend based...

bug

Originally reported by @sergiocallegari in: https://github.com/jupyterlab/jupyterlab/issues/17828 > # Contextual help pane shows function source rather than function docstring > ## Description > Jupyter lab provides a contextual help pane. However,...

## Originally opened by @cpita-mutt in https://github.com/jupyterlab/jupyterlab/issues/17626 --- ## Description Whenever I try to set a breakpoint at the top level of a cell (either using pdb, pdb or IPython.core.debugger)...

The current README.md contains screen captures of the previous UI but there have been many changes to the UI since then. These should be updated to reflect the current Gator...

documentation

The FilterPopover is positioned with "right: 0" which aligns it to the right edge of its parent. However, there's no handling for cases where the popover might overflow the viewport...

This PR adds a conditional to grab the package description unless it is empty, in which case the summary is pulled. It also cuts the description with an ellipsis but...

enhancement