Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gator not displayed in jupyterlab after updating or re-installing #139

Closed
ericpre opened this issue Apr 21, 2021 · 3 comments · Fixed by #140
Closed

gator not displayed in jupyterlab after updating or re-installing #139

ericpre opened this issue Apr 21, 2021 · 3 comments · Fixed by #140
Assignees

Comments

@ericpre
Copy link
Contributor

ericpre commented Apr 21, 2021

Description

When updating to the latest version of gator, I noticed that the gator tab will not be displayed in the jupyterlab unless I manually delete the file in ~/.jupyter/lab/workspaces/.
Starting gator from the command line works fine.

This can be reproduced by uninstalling/installing gator.

Reproduce

  1. Uninstall mamba_gator (mamba uninstall mamba_gator)
  2. Install mamba_gator (mamba install gator)
  3. Open jupyterlab
  4. Go to Settings menu, click on Conda Package Manager
  5. Nothing happen: no error and the gator tab is not displayed!
  6. Close jupyterlab
  7. Delete the file in ~/.jupyter/lab/workspaces/
  8. Open jupyterlab
  9. Go to Settings menu, click on Conda Package Manager
  10. The gator tab is displayed!

Expected behavior

The gator tab should open when clicking on Conda Package Manager from the Settings menu without having to delete the file in ~/.jupyter/lab/workspaces/ .

Context

  • Python package version: 5.1.0
  • Extension version: 3.0.0
  • General information:
Command Line Output
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here.
@fcollonval
Copy link
Member

Thanks for reporting the bug @ericpre
I pushed a fix using the code from the latest version of the JupyterLab extension tutorial 🤞

@ericpre
Copy link
Contributor Author

ericpre commented Apr 24, 2021

Thanks, I have tested the latest release (5.1.1) and this is working fine!

@fcollonval
Copy link
Member

Thanks for the feedback @ericpre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants