Browse Source

Load JSON inside IJulia submodule (#52)

pull/53/head
Takafumi Arakaki 7 years ago committed by Fredrik Ekre
parent
commit
f322b9f5c5
  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