jupyterlab-topbar icon indicating copy to clipboard operation
jupyterlab-topbar copied to clipboard

JupyterLab Top Bar extensions

Results 23 jupyterlab-topbar issues
Sort by recently updated
recently updated
newest added

Hello jtpio, another real helpful button could be one in JupyterHub scenario, which sends the user back to the control panel, which lists all running jupyter notebook servers in jupyterhub...

* The script ensures that version in top level `package.json` would be consistent with packages * Run this script after bump version step in `jupyter-releaser` @jtpio Do you think a...

Hi. As mentioned in the description, I have a problem with how the topbar icons are located. As you can see in the screenshot below, both items seem next to...

bug

Follow-up to https://github.com/jupyterlab-contrib/jupyterlab-topbar/pull/101 We still need a way to: - properly bump the top-level version here: https://github.com/jupyterlab-contrib/jupyterlab-topbar/blob/3744d6063adc32cc871c7274a6c21b996e2d8a04/package.json#L3 - or version all the packages independently, and then use a date based...

Running the "Publish Release" workflow for `1.0.0` published the packages to npm: ![image](https://github.com/jupyterlab-contrib/jupyterlab-topbar/assets/591645/39e8676c-cb64-4ece-8df7-30b396e5b903) But it didn't publish the packages to PyPI: https://github.com/jupyterlab-contrib/jupyterlab-topbar/actions/runs/7991656309/job/21823326631 ![image](https://github.com/jupyterlab-contrib/jupyterlab-topbar/assets/591645/9cb5c91c-2e2c-412b-af57-a8c170cddf6a)

## Is your feature request related to a problem? Please describe. No. ## Describe the solution you'd like I am wondering whether clicking the Logout button in jupyterlab apart from...

enhancement

Transferring https://github.com/jtpio/jupyterlab-theme-toggle/issues/3 here in this repo. For now the theme toggle extension only support the dark and light themes: https://github.com/jupyterlab-contrib/jupyterlab-topbar/blob/4eb59bc966d099f39d1aadad8bd47c63899b7d89/packages/theme-toggler-extension/src/index.tsx#L90-L93 However this could be made configurable via the settings system.

enhancement

Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

## Description Theme toggler extension imports [blueprint CSS](https://github.com/jupyterlab-contrib/jupyterlab-topbar/blob/712f910064831e304db2e32fc1ea0f683467c563/packages/theme-toggler-extension/src/index.tsx#L7) used for the `Switch` component. As extensions are imported _after_ the core JupyterLab, Blueprint CSS is _potentially_ overriding JupyterLab core CSS properties....

bug