jwkvam / jupyterlab-vim

:neckbeard: Vim notebook cell bindings for JupyterLab
MIT License
973 stars 73 forks source link

Jupyter Sidebar Tabs and Notebook Tabs displaying an Error. #94

Closed usmcamp0811 closed 5 years ago

usmcamp0811 commented 5 years ago

I just installed this and am experiencing issues with the sidebar tabs and notebook tabs.

OS: Linux/Manjaro Browser: Chrome Version 73.0.3683.75 (Official Build) (64-bit) Firefox Quantum 68.0.1 (64-bit) JupyterLab: Version 1.0.2

Installed Lab Extensions:

$  jupyter labextension list
JupyterLab v1.0.2
Known labextensions:
   app dir: /home/mcamp/anaconda3/share/jupyter/lab
        @jupyter-widgets/jupyterlab-manager v1.0.2  enabled  OK
        @pyviz/jupyterlab_pyviz v0.8.0  enabled  OK
        jupyterlab-jupytext v1.0.2  enabled  OK
        jupyterlab_vim v0.11.0  enabled  OK

The rendered html looks like:

<li title="File Browser" class="p-TabBar-tab p-mod-current" data-id="filebrowser" style="z-index: 6;">
    <div class="fcj55z6" data-icon="folder">
        <html>
            <body>
                <parsererror style="display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black">
                    <h3>This page contains the following errors:</h3>
                    <div style="font-family:monospace;font-size:12px">error on line 1 at column 1: Document is empty
</div>
                    <h3>Below is a rendering of the page up to the first error.</h3>
                </parsererror>
            </body>
        </html>
    </div>
    <div class="p-TabBar-tabLabel">
    </div>
    <div class="p-TabBar-tabCloseIcon">
    </div>
</li>

picture of the error

usmcamp0811 commented 5 years ago

I was able to resolve this by upgrading to jupyterlab==1.1.3