You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the 0.39.0 version installed and there seems to be issue with the styling or theme where the checkbox is disabled as seen in the screenshot below.
Could it be that some theme/user setting is causing the checkbox to behave this way?
Reproduce
Go to Git Plugin
Click on Clone Repository
After entering the repo to clone, you have the screen for entering credentials which allows us to cache credentials. This checkbox is disabled.
Expected behavior
The checkbox is working and in conjunction with the following notebook config allows us to cache the credentials for an hour.
Then invokes and sets up the credential helper and we notice the file /home/jovyan/.cache/git/credential/socket.
Context
Python package version:
Name: jupyterlab-git
Version: 0.39.0
Summary: A JupyterLab extension for version control using git
Home-page: https://github.com/jupyterlab/jupyterlab-git
Author: Jupyter Development Team
Author-email:
License: BSD-3-Clause
Location: /opt/conda/lib/python3.8/site-packages
Requires: jupyter-server, nbdime, nbformat, packaging, pexpect, traitlets
Required-by:
Extension version:
$ jupyter labextension list
JupyterLab v3.0.16
/opt/conda/share/jupyter/labextensions
dask-labextension v6.0.0 enabled OK (python, dask_labextension)
jupyterlab-plotly v5.13.0 enabled OK
nbdime-jupyterlab v2.1.1 enabled OK
@aquirdturtle/collapsible_headings v3.1.0 enabled OK (python, aquirdturtle_collapsible_headings)
@jupyter-widgets/jupyterlab-manager v5.0.5 enabled OK (python, jupyterlab_widgets)
@jupyterlab/git v0.39.0 enabled OK (python, jupyterlab-git)
@jupyterlab/server-proxy v3.2.2 enabled OK
@krassowski/jupyterlab-lsp v3.9.3 enabled OK (python, jupyterlab-lsp)
Other labextensions (built into JupyterLab)
app dir: /opt/conda/share/jupyter/lab
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Welcome to the Jupyter community! 🎉
jerrygb
changed the title
UX Bug for Caching Credentials
UX Bug while trying to save Credentials temporarily
Feb 17, 2023
Description
We have the
0.39.0
version installed and there seems to be issue with the styling or theme where the checkbox is disabled as seen in the screenshot below.Could it be that some theme/user setting is causing the checkbox to behave this way?
Reproduce
Expected behavior
The checkbox is working and in conjunction with the following notebook config allows us to cache the credentials for an hour.
Another thing we noticed was if this was setup via
git
using just the terminalThen invokes and sets up the credential helper and we notice the file
/home/jovyan/.cache/git/credential/socket
.Context
Operating System and its version: Linux amd64
Jupyter version
We have
jupyter_notebook_config.py
file placed under/home/jovyan/.jupyter
The text was updated successfully, but these errors were encountered: