Nick Roth
Nick Roth
Just noticed that this was updated. I [created a fork](https://github.com/rothnic/czml) a while back in the middle of a push to get something done. This included fixing some things (i think...
I ran into this same issue. I have no solution, but I did notice that it was happening when trying to load the next page and running into 400 response...
I was just trying to get this running as well and ran into this same issue. I wasn't sure from the readme whether the v2 is functional or not given...
Any ideas for how to work around this issue if you can't leverage the full puppeteer in production? See the Sparticuz/chromium project to use headless chrome in a lambda function....
I haven't yet tried it with tmpnb, but I did just get my docker image working that I plan to use with tmpnb: [rothnic/anaconda-notebook](https://registry.hub.docker.com/u/rothnic/anaconda-notebook/). The intent was to provide a...
The initial thing I tried with tmpnb was installing another package, which was when I ran into the user not being root. I initially used miniconda, especially since it was...
I was able to get tmpnb working with my image with this command: ``` docker run --net=host -d -e CONFIGPROXY_AUTH_TOKEN=$TOKEN -v /var/run/docker.sock:/docker.sock --name=tmpnb jupyter/tmpnb python orchestrate.py --image='rothnic/anaconda-notebook' --command='/home/condauser/anaconda/bin/ipython notebook --NotebookApp.base_url=/{base_path}...
I have updated [anaconda-notebook](https://registry.hub.docker.com/u/rothnic/anaconda-notebook/) with a base install of python 3. There is also now a python 2 kernel installed in a conda environment, although it is barebones compared to...
Yeah, that's right. I'm going to switch over to a different base image. Looks like people have been asking for it to be trusted for some time.
I have it working with debian:jessie, but I'm not sure what I'm doing wrong on handling matplotlib. I'm having to install way too many QT dependencies, which greatly increases the...