Jean-Rémi KING
Jean-Rémi KING
What is the question exactly?
yes, I would explain the cov regularization, that seems like a common blocker
maybe another for the new objects you recently implemented?

> Have you noticed missing settings for any other packages? No, that's the first time I see this.
> The config is clearly set here Thanks, I changed it, but it still opens the ipynb as text. I guess there's an error with the install.
Here is the full error on ubuntu 14.04 ``` > [email protected] install /tmp/apm-install-dir-11642-5711-v0zwdt/node_modules/jupyter-notebook/node_modules/pathwatcher/node_modules/runas > node-gyp rebuild make: Entering directory `/tmp/apm-install-dir-11642-5711-v0zwdt/node_modules/jupyter-notebook/node_modules/pathwatcher/node_modules/runas/build' CXX(target) Release/obj.target/runas/src/main.o make: Leaving directory `/tmp/apm-install-dir-11642-5711-v0zwdt/node_modules/jupyter-notebook/node_modules/pathwatcher/node_modules/runas/build' > [email protected] install /tmp/apm-install-dir-11642-5711-v0zwdt/node_modules/jupyter-notebook/node_modules/ws/node_modules/utf-8-validate...
In my case, this error seemed to have been created by Anaconda. To quote @n-riesco: "`npm` uses `node-gyp`, and `node-gyp` uses `gyp`. Unfortunately, Anaconda overwrites `gyp` with a different version"...
@gnestor you can reproduce the error on a fresh ubuntu 14.04 install. Here's what I get with a t2.micro aws: ``` sudo add-apt-repository ppa:webupd8team/atom sudo apt-get update sudo apt-get install...