Browse Source

Load JSON inside IJulia submodule

pull/52/head
Takafumi Arakaki 7 years ago
parent
commit
22b2ff60df
  1. 1
      src/IJulia.jl

1
src/IJulia.jl

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
# this file contains some utilities copied from the IJulia.jl package
# (https://github.com/JuliaLang/IJulia.jl), see LICENSE.md for license
module IJulia
import JSON
using Base64
const text_plain = MIME("text/plain")

Loading…
Cancel
Save