jupyter_on_rails icon indicating copy to clipboard operation
jupyter_on_rails copied to clipboard

Integrate Rails and Jupyter

Results 9 jupyter_on_rails issues
Sort by recently updated
recently updated
newest added

I am attempting to add `jupyter_on_rails` to an existing rails application in a docker container. When I execute `rake jupyter:notebook` from within my container I get the following error. It...

enhancement

Useful when you are deploying jupyter on a remote server --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/72216172-command-to-register-rails-kernel-against-global-jupyter-config?utm_campaign=plugin&utm_content=tracker%2F123687093&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F123687093&utm_medium=issues&utm_source=github).

enhancement

Write a Rake task (or Rails Generator, maybe) which will install jupyter using Pipenv to project root. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/71706481-jupyter-installation-done-by-rake-task?utm_campaign=plugin&utm_content=tracker%2F123687093&utm_medium=issues&utm_source=github)** We accept...

enhancement

something like papermill. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/71467472-add-feature-to-kick-notebook-and-get-result?utm_campaign=plugin&utm_content=tracker%2F123687093&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F123687093&utm_medium=issues&utm_source=github).

enhancement

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.2 to 1.16.3. Release notes Sourced from nokogiri's releases. v1.16.3 / 2024-03-15 Dependencies [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@​flavorjones) Changed [CRuby] XML::Reader sets...

dependencies

Bumps [actionpack](https://github.com/rails/rails) from 7.0.7.2 to 7.1.3.2. Release notes Sourced from actionpack's releases. v7.1.3.2 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.2.7 to 3.0.9.1. Release notes Sourced from rack's releases. v3.0.9.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...

dependencies

I currently have an EC2 instance that runs the Jupyterlab notebook. These commands are used: ``` ssh -f -i my.pem ubuntu@IP -L 8000:localhost:8181 -N nohup jupyter-lab --no-browser --allow-root --port 8181...

Hey, looks like `:install_kernels` task (_lib/jupyter_on_rails/railtie/jupyter.rake_) has some default that is not the same on my installation. ``` $ rails jupyter:notebook /home/domen/.rbenv/versions/3.2.4/lib/ruby/gems/3.2.0/gems/io-event-1.4.0/lib/io/event/support.rb:27: warning: IO::Buffer is experimental and both the Ruby...