[jupyter] Owncloud storage backend for Jupyter(Hub)

2016-08-04 Thread Konstantin Markov
Hi Jupyter experts, I need to connect JupyterHub with Owncloud server, so users won't need to up/download their data (which can be large) through the Jupyter web interface. I found the following project: https://github.com/mrow4a/deiccontents which "is work in progress", but has not progressed f

Re: [jupyter] Owncloud storage backend for Jupyter(Hub)

2016-08-05 Thread Konstantin Markov
ly beta of it but don't have an account to check what the status is at > the moment. Unfortunately I also don't know where to find their code ... > but it might be worth sending them an email. > > T > > On Fri, Aug 5, 2016 at 7:59 AM Konstantin Markov > wrote: >

[jupyter] How to change the name and logo of the default kernel in jupyterlab

2018-03-12 Thread Konstantin Markov
Hi, I would like to change the name (Python 3) and the logo (the Python logo) of the default python3 kernel which show up in jupyterlab's launcher. A dirty way to change the name is to edit ''conda/share/jupyter/kernels/python3/kernel.json'' file, but I don't like it. What's also confusing is

[jupyter] Re: Jupyterhub with Kubernetes on local cluster, custom hub

2018-03-20 Thread Konstantin Markov
By default, singleuser pods require dynamic storage, so you need to set a dynamic storage provisioning in your k8s cluster. It sounds complicated, but actually it's not. Just consult with the k8s docs and see some examples. If you set singleuser: storagetype: to static, then you need to create i

[jupyter] Re: pyodbc installation issue in jupyter lab

2021-07-29 Thread Konstantin Markov
Try to install libiodbc2-dev first. You are missing the sql.h which is provided by that package. On Wednesday, July 28, 2021 at 6:50:17 PM UTC+9 chennu@gmail.com wrote: > Hi All, > > could someone help me here, > Facing pyodbc installation issue. > > command: > pip install pyodbc > > > erro