Dirk Grunwald
Dirk Grunwald
I'm trying to run GDBGUI behind a proxy -- I'm using JupyterHub has a programming environment for students in our classes. JupyterHub provides a proxy mechanism where in both the...
We use an environment where we add beakerx on top of docker-stacks:datascience-notebook I recently upgraded this to the version that used jupyterlab 2.1.5 (most recent in docker hub) and now...
I'm trying to build a documentation workflow for a set of existing projects. I tried using breathe / exhale and while I like the results there are some complications that...
C9
Cloud9 is a web IDE environment that uses a proxied connection that causes the base REMI library to not work correctly. It has a couple of other odd quirks. This...
I'm trying to get remi running on cloud9 because I'd like to use it in a programming class where I want students to be able to use graphics but not...
I have a dockerfile for a jupyterlab that is customized to our undergrad computing environment. I'd like to add a theia or coding.com version of Visual Studio IDE (as well...
I'm deploying a new jupyterhub / lab setup. I'm using the helm chart. This creates a persistent file system for each user. The existing solutions for setting an appropriate GOOGLE_DRIVE_CLIENT_ID...
Our notebook images are based on dockerstacks which now uses jupyterlab 2.0.1 -- however, when installing drawio, there's a version incompatability. I don't know enough about the API differences between...
I use a Dockerfile that extends [the standard Jupyter datascience notebook](https://github.com/jupyter/docker-stacks/tree/master/datascience-notebook). That image now uses JupyterLab 3.0. When I try to install AISpace2, an error is thrown about not being...
Pr cmake
1. Add build multi-platform build support using cmake 2. perform builds using github actions 3. Fix minor Windows / C++ incompatibilities (intermixing wchar/char output)