Yuki-Inoue / jupyter_on_rails

Integrate Rails and Jupyter
MIT License
83 stars 11 forks source link

Add option to boot kernel in Sandbox mode #23

Closed maxhollmann closed 4 years ago

maxhollmann commented 4 years ago

I had to move some things around to keep this change DRY, that's why there are so many changes in here.

Another change: ActiveRecordExt and DaruExt are only loaded in the Kernel, not in the railtie. This allows users to add those gems with require: false and avoid loading them in the server process.

Yuki-Inoue commented 4 years ago

@maxhollmann Hi, thanks for the PR. Just merged this PR and released as 0.7.0!

Yuki-Inoue commented 4 years ago

@maxhollmann Also, I'd be glad if you can note description of this feature in this library's README, and make such PR.

maxhollmann commented 4 years ago

Thanks for merging! I made a PR with the readme changes.