mozilla / jupyter-spark

Jupyter Notebook extension for Apache Spark integration
Mozilla Public License 2.0
193 stars 34 forks source link

Fix #29: Include base URL in the handler path #33

Closed mdboom closed 6 years ago

mdboom commented 6 years ago

The handler isn't set up to be at the full path, which should include base_url, if set (which it isn't by default). See #29.

codecov-io commented 6 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #33   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          56     56           
  Branches        5      5           
=====================================
  Hits           56     56
Impacted Files Coverage Δ
src/jupyter_spark/__init__.py 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 670baa3...8861b0f. Read the comment docs.