timkpaine / jupyterlab_autoversion

Automatically version jupyter notebooks in JupyterLab
https://jupyterlab-autoversion.readthedocs.io
Apache License 2.0
75 stars 10 forks source link

After installation nothing happens #44

Closed Jacques2101 closed 2 years ago

Jacques2101 commented 3 years ago

Describe the bug I installed the extension with:

pip install jupyterlab_autoversion
jupyter lab build

I am on jupyterlab 3.0.12 and macOS.

Expected behavior I expect to see the new widget on the bar to use Autoversion extension

Screenshots

Capture d’écran 2021-04-11 à 10 17 48

Desktop (please complete the following information):

timkpaine commented 3 years ago

What is the output of jupyter labextension list? If its not there you should run jupyter labextension install jupyterlab_autoversion

Jacques2101 commented 3 years ago

this is the result of jupyter labextension list:

(jlb) jacques@Mac-Jacques ~ % jupyter labextension list                          
JupyterLab v3.0.13
/Users/jacques/opt/anaconda3/envs/jlb/share/jupyter/labextensions
        jupyterlab-code-snippets v2.0.1 enabled OK (python, code_snippet)
        jupyterlab-tabular-data-editor v1.0.0 enabled OK (python, jupyterlab-tabular-data-editor)
        jupyterlab-skip-traceback v4.0.0 enabled OK (python, jupyterlab-skip-traceback)
        jupyterlab-system-monitor v0.8.0 enabled OK (python, jupyterlab-system-monitor)
        jupyterlab-topbar-extension v0.6.1 enabled OK (python, jupyterlab-topbar)
        jupyter-matplotlib v0.9.0 enabled OK
        jupyterlab-python-file v0.5.2 enabled OK (python, jupyterlab-python-file)
        jupyterlab-execute-time v2.0.1 enabled OK (python, jupyterlab_execute_time)
        jupyterlab-cell-flash v0.3.1 enabled OK
        @jupyter-server/resource-usage v0.5.0 enabled OK (python, jupyter-resource-usage)
        @gavincyi/jupyterlab-executor v2021.1.2 enabled OK (python, jupyterlab_executor)
        @ijmbarr/jupyterlab_spellchecker v0.5.2 enabled OK (python, jupyterlab-spellchecker)
        @jlab-enhanced/cell-toolbar v3.1.0 enabled OK (python, jlab-enhanced-cell-toolbar)
        @ryantam626/jupyterlab_code_formatter v1.4.4 enabled OK (python, jupyterlab-code-formatter)
        @jupyter-widgets/jupyterlab-manager v3.0.0 enabled OK (python, jupyterlab_widgets)
        @kiteco/jupyterlab-kite v2.0.2 enabled OK (python, jupyterlab_kite)

Other labextensions (built into JupyterLab)
   app dir: /Users/jacques/opt/anaconda3/envs/jlb/share/jupyter/lab
        jupyterlab-plotly v4.14.3 enabled OK
        jupyterlab-theme-toggle v0.6.1 enabled OK
        jupyterlab-topbar v0.6.0 enabled OK
        jupyterlab-topbar-text v0.6.1 enabled OK
        jupyterlab_autoversion v0.3.0 enabled OK
        plotlywidget v4.14.3 enabled OK

Uninstalled core extensions:
    jupyterlab-topbar-text
    jupyterlab_autoversion

It seems that jupyterlab_autoversion v0.3.0 is installed. Any idea ?

timkpaine commented 3 years ago

Is the server extension installed and enabled? jupyter serverextension list

Jacques2101 commented 3 years ago

it seems no ?

(jlb) jacques@Mac-Jacques ~ % jupyter serverextension list
config dir: /Users/jacques/.jupyter
    jupyterlab_code_formatter  enabled 
    - Validating...
      jupyterlab_code_formatter 1.4.4 OK
    jupyterlab_autoversion.extension  enabled 
    - Validating...
      jupyterlab_autoversion.extension  OK
config dir: /Users/jacques/opt/anaconda3/envs/jlb/etc/jupyter
    jupyter_resource_usage  enabled 
    - Validating...
      jupyter_resource_usage  OK
    jupyterlab  enabled 
    - Validating...
      jupyterlab 3.0.13 OK
    jupyterlab_autoversion  enabled 
    - Validating...
      jupyterlab_autoversion 0.3.0 OK
    jupyterlab_code_formatter  enabled 
    - Validating...
      jupyterlab_code_formatter 1.4.4 OK
timkpaine commented 3 years ago

looks ok, what do the jupyter logs look like when you start up?

Jacques2101 commented 3 years ago

Where is it ?

timkpaine commented 3 years ago

just whatever prints in the terminal when you run jupyter lab

Jacques2101 commented 3 years ago
(jlb) jacques@Mac-Jacques ~ % jupyter lab 
[W 2021-04-11 21:27:23.583 ServerApp] notebook_dir is deprecated, use root_dir
[I 2021-04-11 21:27:23.639 ServerApp] jupyter_kite | extension was successfully linked.
[I 2021-04-11 21:27:23.639 ServerApp] jupyter_resource_usage | extension was successfully linked.
[I 2021-04-11 21:27:23.649 ServerApp] jupyterlab | extension was successfully linked.
[I 2021-04-11 21:27:23.649 ServerApp] jupyterlab_code_formatter | extension was successfully linked.
[W 2021-04-11 21:27:23.652 NotebookApp] 'browser' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2021-04-11 21:27:23.652 NotebookApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2021-04-11 21:27:23.653 NotebookApp] 'notebook_dir' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[I 2021-04-11 21:27:23.957 ServerApp] jupyterlab_autoversion.extension | extension was found and enabled by nbclassic. Consider moving the extension to Jupyter Server's extension paths.
[I 2021-04-11 21:27:23.957 ServerApp] jupyterlab_autoversion.extension | extension was successfully linked.
[I 2021-04-11 21:27:23.958 ServerApp] jupyterlab_autoversion | extension was found and enabled by nbclassic. Consider moving the extension to Jupyter Server's extension paths.
[I 2021-04-11 21:27:23.958 ServerApp] jupyterlab_autoversion | extension was successfully linked.
[I 2021-04-11 21:27:23.958 ServerApp] nbclassic | extension was successfully linked.
[I 2021-04-11 21:27:23.991 ServerApp] The port 8888 is already in use, trying another port.
[I 2021-04-11 21:27:23.991 ServerApp] The port 8889 is already in use, trying another port.
[I 2021-04-11 21:27:24.104 ServerApp] jupyter_kite | extension was successfully loaded.
[I 2021-04-11 21:27:24.105 ServerApp] jupyter_resource_usage | extension was successfully loaded.
[I 2021-04-11 21:27:24.106 LabApp] JupyterLab extension loaded from /Users/jacques/opt/anaconda3/envs/jlb/lib/python3.8/site-packages/jupyterlab
[I 2021-04-11 21:27:24.106 LabApp] JupyterLab application directory is /Users/jacques/opt/anaconda3/envs/jlb/share/jupyter/lab
[I 2021-04-11 21:27:24.108 ServerApp] jupyterlab | extension was successfully loaded.
Installing jupyterlab_autoversion handler on path /autoversion
Installing jupyterlab_autoversion handler on path /autoversion
[I 2021-04-11 21:27:24.186 ServerApp] jupyterlab_autoversion | extension was successfully loaded.
Installing jupyterlab_autoversion handler on path /autoversion
Installing jupyterlab_autoversion handler on path /autoversion
[I 2021-04-11 21:27:24.187 ServerApp] jupyterlab_autoversion.extension | extension was successfully loaded.
[I 2021-04-11 21:27:24.188 ServerApp] jupyterlab_code_formatter | extension was successfully loaded.
[I 2021-04-11 21:27:24.195 ServerApp] nbclassic | extension was successfully loaded.
[I 2021-04-11 21:27:24.196 ServerApp] Serving notebooks from local directory: /Users/jacques/Library/Mobile Documents/com~apple~CloudDocs/Projets
[I 2021-04-11 21:27:24.196 ServerApp] Jupyter Server 1.4.1 is running at:
[I 2021-04-11 21:27:24.196 ServerApp] http://localhost:8890/lab?token=3cf95da1108640c77458cd908365307e817e812016c4e7ef
[I 2021-04-11 21:27:24.196 ServerApp]  or http://127.0.0.1:8890/lab?token=3cf95da1108640c77458cd908365307e817e812016c4e7ef
[I 2021-04-11 21:27:24.196 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 2021-04-11 21:27:24.207 ServerApp] 

    To access the server, open this file in a browser:
        file:///Users/jacques/Library/Jupyter/runtime/jpserver-4705-open.html
    Or copy and paste one of these URLs:
        http://localhost:8890/lab?token=3cf95da1108640c77458cd908365307e817e812016c4e7ef
     or http://127.0.0.1:8890/lab?token=3cf95da1108640c77458cd908365307e817e812016c4e7ef
[I 2021-04-11 21:27:28.166 ServerApp] Uploading file to /snippets
[I 2021-04-11 21:27:28.785 LabApp] Build is up to date
Generating grammar tables from /Users/jacques/opt/anaconda3/envs/jlb/lib/python3.8/site-packages/blib2to3/Grammar.txt
Writing grammar tables to /Users/jacques/Library/Caches/black/19.10b0/Grammar3.8.8.final.0.pickle
Writing failed: [Errno 2] No such file or directory: '/Users/jacques/Library/Caches/black/19.10b0/tmpitrxb5xh'
Generating grammar tables from /Users/jacques/opt/anaconda3/envs/jlb/lib/python3.8/site-packages/blib2to3/PatternGrammar.txt
Writing grammar tables to /Users/jacques/Library/Caches/black/19.10b0/PatternGrammar3.8.8.final.0.pickle
Writing failed: [Errno 2] No such file or directory: '/Users/jacques/Library/Caches/black/19.10b0/tmpkdxultvn'
timkpaine commented 3 years ago

And what does the browser console print when you start up?

Jacques2101 commented 3 years ago

You mean at the launch of Jupiter lab ? Nothing. No error message but no button of auto version at all.

timkpaine commented 3 years ago

@Jacques2101 no, the JavaScript console in the browser https://balsamiq.com/support/faqs/browserconsole/

Jacques2101 commented 3 years ago
labicon.js:58 Redefining previously loaded icon svgstr. name: tde:number, svgstrOld: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5ZM7 18H9L9.35 16H13.35L13 18H15L15.35 16H17.35L17.71 14H15.71L16.41 10H18.41L18.76 8H16.76L17.12 6H15.12L14.76 8H10.76L11.12 6H9.12L8.76 8H6.76L6.41 10H8.41L7.71 14H5.71L5.35 16H7.35L7 18ZM10.41 10H14.41L13.71 14H9.71L10.41 10Z" fill="black"/>
</svg>
, svgstr: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5ZM7 18H9L9.35 16H13.35L13 18H15L15.35 16H17.35L17.71 14H15.71L16.41 10H18.41L18.76 8H16.76L17.12 6H15.12L14.76 8H10.76L11.12 6H9.12L8.76 8H6.76L6.41 10H8.41L7.71 14H5.71L5.35 16H7.35L7 18ZM10.41 10H14.41L13.71 14H9.71L10.41 10Z" fill="black"/>
</svg>

_ @ labicon.js:58
labicon.js:58 Redefining previously loaded icon svgstr. name: tde:string, svgstrOld: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5ZM12.5 11H11.5C11.1022 11 10.7206 10.842 10.4393 10.5607C10.158 10.2794 10 9.89782 10 9.5C10 9.10218 10.158 8.72064 10.4393 8.43934C10.7206 8.15804 11.1022 8 11.5 8H12.5C12.8978 8 13.2794 8.15804 13.5607 8.43934C13.842 8.72064 14 9.10218 14 9.5H16C16 8.57174 15.6313 7.6815 14.9749 7.02513C14.3185 6.36875 13.4283 6 12.5 6H11.5C10.5717 6 9.6815 6.36875 9.02513 7.02513C8.36875 7.6815 8 8.57174 8 9.5C8 10.4283 8.36875 11.3185 9.02513 11.9749C9.6815 12.6313 10.5717 13 11.5 13H12.5C12.8978 13 13.2794 13.158 13.5607 13.4393C13.842 13.7206 14 14.1022 14 14.5C14 14.8978 13.842 15.2794 13.5607 15.5607C13.2794 15.842 12.8978 16 12.5 16H11.5C11.1022 16 10.7206 15.842 10.4393 15.5607C10.158 15.2794 10 14.8978 10 14.5H8C8 15.4283 8.36875 16.3185 9.02513 16.9749C9.6815 17.6313 10.5717 18 11.5 18H12.5C13.4283 18 14.3185 17.6313 14.9749 16.9749C15.6313 16.3185 16 15.4283 16 14.5C16 13.5717 15.6313 12.6815 14.9749 12.0251C14.3185 11.3687 13.4283 11 12.5 11Z" fill="black"/>
</svg>
, svgstr: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5ZM12.5 11H11.5C11.1022 11 10.7206 10.842 10.4393 10.5607C10.158 10.2794 10 9.89782 10 9.5C10 9.10218 10.158 8.72064 10.4393 8.43934C10.7206 8.15804 11.1022 8 11.5 8H12.5C12.8978 8 13.2794 8.15804 13.5607 8.43934C13.842 8.72064 14 9.10218 14 9.5H16C16 8.57174 15.6313 7.6815 14.9749 7.02513C14.3185 6.36875 13.4283 6 12.5 6H11.5C10.5717 6 9.6815 6.36875 9.02513 7.02513C8.36875 7.6815 8 8.57174 8 9.5C8 10.4283 8.36875 11.3185 9.02513 11.9749C9.6815 12.6313 10.5717 13 11.5 13H12.5C12.8978 13 13.2794 13.158 13.5607 13.4393C13.842 13.7206 14 14.1022 14 14.5C14 14.8978 13.842 15.2794 13.5607 15.5607C13.2794 15.842 12.8978 16 12.5 16H11.5C11.1022 16 10.7206 15.842 10.4393 15.5607C10.158 15.2794 10 14.8978 10 14.5H8C8 15.4283 8.36875 16.3185 9.02513 16.9749C9.6815 17.6313 10.5717 18 11.5 18H12.5C13.4283 18 14.3185 17.6313 14.9749 16.9749C15.6313 16.3185 16 15.4283 16 14.5C16 13.5717 15.6313 12.6815 14.9749 12.0251C14.3185 11.3687 13.4283 11 12.5 11Z" fill="black"/>
</svg>

_ @ labicon.js:58
2labicon.js:58 Redefining previously loaded icon svgstr. name: tde:number, svgstrOld: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5ZM7 18H9L9.35 16H13.35L13 18H15L15.35 16H17.35L17.71 14H15.71L16.41 10H18.41L18.76 8H16.76L17.12 6H15.12L14.76 8H10.76L11.12 6H9.12L8.76 8H6.76L6.41 10H8.41L7.71 14H5.71L5.35 16H7.35L7 18ZM10.41 10H14.41L13.71 14H9.71L10.41 10Z" fill="black"/>
</svg>
, svgstr: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5ZM7 18H9L9.35 16H13.35L13 18H15L15.35 16H17.35L17.71 14H15.71L16.41 10H18.41L18.76 8H16.76L17.12 6H15.12L14.76 8H10.76L11.12 6H9.12L8.76 8H6.76L6.41 10H8.41L7.71 14H5.71L5.35 16H7.35L7 18ZM10.41 10H14.41L13.71 14H9.71L10.41 10Z" fill="black"/>
</svg>

_ @ labicon.js:58
labicon.js:58 Redefining previously loaded icon svgstr. name: tde:checkbox, svgstrOld: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 17L5 12L6.41 10.58L10 14.17L17.59 6.58L19 8L10 17ZM19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3Z" fill="black"/>
</svg>
, svgstr: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 17L5 12L6.41 10.58L10 14.17L17.59 6.58L19 8L10 17ZM19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3Z" fill="black"/>
</svg>

_ @ labicon.js:58
labicon.js:58 Redefining previously loaded icon svgstr. name: tde:date, svgstrOld: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19 19H5V8H19V19ZM16 1V3H8V1H6V3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3H18V1" fill="black"/>
</svg>
, svgstr: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19 19H5V8H19V19ZM16 1V3H8V1H6V3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3H18V1" fill="black"/>
</svg>
Jacques2101 commented 3 years ago
labicon.js:58 Redefining previously loaded icon svgstr. name: tde:number, svgstrOld: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5ZM7 18H9L9.35 16H13.35L13 18H15L15.35 16H17.35L17.71 14H15.71L16.41 10H18.41L18.76 8H16.76L17.12 6H15.12L14.76 8H10.76L11.12 6H9.12L8.76 8H6.76L6.41 10H8.41L7.71 14H5.71L5.35 16H7.35L7 18ZM10.41 10H14.41L13.71 14H9.71L10.41 10Z" fill="black"/>
</svg>
, svgstr: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5ZM7 18H9L9.35 16H13.35L13 18H15L15.35 16H17.35L17.71 14H15.71L16.41 10H18.41L18.76 8H16.76L17.12 6H15.12L14.76 8H10.76L11.12 6H9.12L8.76 8H6.76L6.41 10H8.41L7.71 14H5.71L5.35 16H7.35L7 18ZM10.41 10H14.41L13.71 14H9.71L10.41 10Z" fill="black"/>
</svg>

_ @ labicon.js:58
labicon.js:58 Redefining previously loaded icon svgstr. name: tde:string, svgstrOld: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5ZM12.5 11H11.5C11.1022 11 10.7206 10.842 10.4393 10.5607C10.158 10.2794 10 9.89782 10 9.5C10 9.10218 10.158 8.72064 10.4393 8.43934C10.7206 8.15804 11.1022 8 11.5 8H12.5C12.8978 8 13.2794 8.15804 13.5607 8.43934C13.842 8.72064 14 9.10218 14 9.5H16C16 8.57174 15.6313 7.6815 14.9749 7.02513C14.3185 6.36875 13.4283 6 12.5 6H11.5C10.5717 6 9.6815 6.36875 9.02513 7.02513C8.36875 7.6815 8 8.57174 8 9.5C8 10.4283 8.36875 11.3185 9.02513 11.9749C9.6815 12.6313 10.5717 13 11.5 13H12.5C12.8978 13 13.2794 13.158 13.5607 13.4393C13.842 13.7206 14 14.1022 14 14.5C14 14.8978 13.842 15.2794 13.5607 15.5607C13.2794 15.842 12.8978 16 12.5 16H11.5C11.1022 16 10.7206 15.842 10.4393 15.5607C10.158 15.2794 10 14.8978 10 14.5H8C8 15.4283 8.36875 16.3185 9.02513 16.9749C9.6815 17.6313 10.5717 18 11.5 18H12.5C13.4283 18 14.3185 17.6313 14.9749 16.9749C15.6313 16.3185 16 15.4283 16 14.5C16 13.5717 15.6313 12.6815 14.9749 12.0251C14.3185 11.3687 13.4283 11 12.5 11Z" fill="black"/>
</svg>
, svgstr: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5ZM12.5 11H11.5C11.1022 11 10.7206 10.842 10.4393 10.5607C10.158 10.2794 10 9.89782 10 9.5C10 9.10218 10.158 8.72064 10.4393 8.43934C10.7206 8.15804 11.1022 8 11.5 8H12.5C12.8978 8 13.2794 8.15804 13.5607 8.43934C13.842 8.72064 14 9.10218 14 9.5H16C16 8.57174 15.6313 7.6815 14.9749 7.02513C14.3185 6.36875 13.4283 6 12.5 6H11.5C10.5717 6 9.6815 6.36875 9.02513 7.02513C8.36875 7.6815 8 8.57174 8 9.5C8 10.4283 8.36875 11.3185 9.02513 11.9749C9.6815 12.6313 10.5717 13 11.5 13H12.5C12.8978 13 13.2794 13.158 13.5607 13.4393C13.842 13.7206 14 14.1022 14 14.5C14 14.8978 13.842 15.2794 13.5607 15.5607C13.2794 15.842 12.8978 16 12.5 16H11.5C11.1022 16 10.7206 15.842 10.4393 15.5607C10.158 15.2794 10 14.8978 10 14.5H8C8 15.4283 8.36875 16.3185 9.02513 16.9749C9.6815 17.6313 10.5717 18 11.5 18H12.5C13.4283 18 14.3185 17.6313 14.9749 16.9749C15.6313 16.3185 16 15.4283 16 14.5C16 13.5717 15.6313 12.6815 14.9749 12.0251C14.3185 11.3687 13.4283 11 12.5 11Z" fill="black"/>
</svg>

_ @ labicon.js:58
2labicon.js:58 Redefining previously loaded icon svgstr. name: tde:number, svgstrOld: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5ZM7 18H9L9.35 16H13.35L13 18H15L15.35 16H17.35L17.71 14H15.71L16.41 10H18.41L18.76 8H16.76L17.12 6H15.12L14.76 8H10.76L11.12 6H9.12L8.76 8H6.76L6.41 10H8.41L7.71 14H5.71L5.35 16H7.35L7 18ZM10.41 10H14.41L13.71 14H9.71L10.41 10Z" fill="black"/>
</svg>
, svgstr: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5ZM7 18H9L9.35 16H13.35L13 18H15L15.35 16H17.35L17.71 14H15.71L16.41 10H18.41L18.76 8H16.76L17.12 6H15.12L14.76 8H10.76L11.12 6H9.12L8.76 8H6.76L6.41 10H8.41L7.71 14H5.71L5.35 16H7.35L7 18ZM10.41 10H14.41L13.71 14H9.71L10.41 10Z" fill="black"/>
</svg>

_ @ labicon.js:58
labicon.js:58 Redefining previously loaded icon svgstr. name: tde:checkbox, svgstrOld: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 17L5 12L6.41 10.58L10 14.17L17.59 6.58L19 8L10 17ZM19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3Z" fill="black"/>
</svg>
, svgstr: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 17L5 12L6.41 10.58L10 14.17L17.59 6.58L19 8L10 17ZM19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3Z" fill="black"/>
</svg>

_ @ labicon.js:58
labicon.js:58 Redefining previously loaded icon svgstr. name: tde:date, svgstrOld: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19 19H5V8H19V19ZM16 1V3H8V1H6V3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3H18V1" fill="black"/>
</svg>
, svgstr: <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19 19H5V8H19V19ZM16 1V3H8V1H6V3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3H18V1" fill="black"/>
</svg>
Jacques2101 commented 3 years ago
Capture d’écran 2021-04-11 à 21 56 52
Jacques2101 commented 3 years ago

That helps ?

skapin commented 2 years ago

Well, I do have the same issue, used the pip install then rebuild, but nothing

skapin commented 2 years ago

On fresh install, runing both pip install/ conda install / jupy lab instal resulting in no working extension Running jupyter labextension install jupyterlab_autoversion fail like this -> image

skapin commented 2 years ago

After doing a stupid touch for the missing file, autoversion install, but doesnt work.

No saving point displayed, image

Betristor commented 2 years ago
image

I'm having the same issue now. Reinstall couldn't help.