Code Monkey home page Code Monkey logo

jupyter-spark's Introduction

jupyter-spark

Jupyter Notebook extension for Apache Spark integration.

To install, simply run pip install jupyter-spark. For development and testing, clone the project and run pip install . from a shell in the project's root directory.

Include a progress indicator for the current Notebook cell if it invokes a Spark job. Query the Spark UI service on the backend to get the required Spark job information.


Alt text


To view all currently running jobs, click the "show running Spark jobs" button, or press Alt+S.


Alt text


Alt text

A proxied version of the Spark UI can be accessed at localhost:8888/spark.


NOTE: Uninstalling jupyter-spark via pip uninstall jupyter-spark will uninstall the server extension but leave the client extension in a partially installed state. To fully remove the extension:

  1. Run pip uninstall jupyter-spark
  2. Delete spark.js from your nbextensions folder.
  3. Delete any references to jupyter-spark.spark in jupyter_notebook_config.json (in your .jupyter directory)
  4. Delete any references to spark in notebook.json (in .jupyter/nbconfig)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.