Other files are available to save. But the only one file is still failed to fetch. There is no problem to edit the file through terminal. The problem occurs only through jupyterlab file editor. We are also experiencing the same, occasional errors saving a notebook, that oddly can be saved...
> node /home/jrs53/anaconda3/envs/jupyterlab-kepler/lib/python3.9/site-packages/jupyterlab/staging/yarn.js yarn-deduplicate -s fewer --fail \yarn run v1.21.1 $ /home/jrs53/anaconda3/envs/jupyterlab-kepler/share/jupyter/lab/staging/node_modules/.bin/yarn-deduplicate -s fewer --fail erro...
FAIL === FAIL: test_add (__main__.TestNotebook) --- Traceback (most recent call last): File "<ipython-input-15-4409ad9ffaea>", line 6, in test_add self.assertEqual(add(2, 2), 5) AssertionError: 4 != 5 ---
With Helm in place, you can work with Charts published in repositories or create your own. You'll use Helm to fetch the JupyterHub Chart, then install it. First, add JupyterHub's URL to your list of Chart repositories. helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/ hel...
Focusing only on GitHub helps encourage practitioners to develop and share libraries more frequently. CRAN and PyPI have a number of criteria that must be met (and they change frequently), which can slow down the process of releasing our work. Rest assured, it is just as easy for others t...
First VSIX (should fail) Install this VSIX (download this file, extract it and then install using the command Extensions: Install from VSIX) ms-toolsai-jupyter-insiders.vsix (2).zip Reload VS Code Try to replicate the issue (this should fail with the error message) Open the Jupyter Output...
fail = [] for item in items: try: self.pre_delete(item) db.session.delete(item) success.append(item.to_json()) if g.user and g.user.username and hasattr(item, 'created_by'): if g.user.username == item.created_by.username: # 只有自己的可以删除 self.pre_delete(item) db.session...
Description When trying to create a commit, I get the error "Fail to set your identity. Unhandled error". I run Jupyter inside an venv environment. But I get this message. The repo is from a private GitLab instance and I use a signing ke...
github.com's notebook viewer also works but it's not ideal: it's slower, the math equations are not always displayed correctly, and large notebooks often fail to open. Want to run this project using a Docker image? Read the Docker instructions. Want to install this project on your own ...
Don't ask the user to enable CDN widget sources if they are already enabled and add more information to the warning message when we fail to download the widget. (#8626) Fix traceback parsing when using IPython 8.0 or greater. (#8675) Expand ~ in notebookFileRoot setting. (#8679) Fix...