Jens Henrik Goebbert
Jens Henrik Goebbert
Hi takluyver, thank you for the bash kernel. Unfortunately we cannot install version 0.7.2 because of the installation error "pip._vendor.pep517.wrappers.BackendUnavailable" which seems to be an issue with PEP517 https://pip.pypa.io/en/stable/reference/pip/?highlight=no-use-pep517#pep-517-and-518-support Best...
Using the source tar-ball from pypi the python package cannot be build: ``` ERROR: Command errored out with exit status 1: command: /p/software/juwels/stages/2020/software/Python/3.8.5-GCCcore-10.3.0/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] =...
`webdavfs --version` and `webdavfs --help` returns with error code 1 instead of 0. This breaks some usual sanity checks on some systems.
Thank you for this great software. To my knowledge it it the best enabling webdav by using fuse. Can you please give it a git tag incl. version nummer.
### Description ITK includes typeinfo in itkMacro.h, which is a C++ header file, but compiles part of its code with a C compiler. This leads to the following error: #include...
Some webservices can be initialized directly by passing parameters in the URL - for example this is the case for Xpra: `http://localhost:10000/index.html?username=test&password=123456` If one wants to use jupyter-server-proxy to start...
Hello, it would be great to have the "logout" button just on the top-right corner. For some users an entry inside a menu is too hidden to be found. Usually...
When the drawio extension is enabled the following files are requested over the network: `http://localhost:8888/src/css/common.css` But in JupyterLab 2.1.1 I get the following error in the web-console of Firefox: `The...
Hi, great plugin - thanks! We would like to have a tab in our jupyterhub/jupyterlab setup, which directs users to example notebooks prepared especially for our clusters. Therefore I would...
Hi, I found that under certain circumstances `__package__` is not defined and hence FSFinder has no package_prefix set. This leads to an error when trying to import a notebook. Can...