notablemind / jupyter-nodejs

A node.js kernel for jupyter/ipython
http://nbviewer.ipython.org/gist/jaredly/404a36306fdee6a1737a
MIT License
682 stars 70 forks source link

Accessing env variables #5

Open ricardofbarros opened 9 years ago

ricardofbarros commented 9 years ago

Accessing process.env.{variable} kills the kernel.

For example:

screen shot 2015-05-27 at 18 45 57

jaredly commented 9 years ago

wow.

ricardofbarros commented 9 years ago

But I can perfectly access process.env and it will return the object.

jaredly commented 9 years ago

right? that's weird

ricardofbarros commented 9 years ago

Yeah very weird, I will try to look into this, maybe they are using Object.defineProperty API.

jaredly commented 9 years ago

I think it's a problem with Contextify