-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Description
In cell 1 the following warning is reported:
# Setting up a custom stylesheet in IJulia
file = open("style.css") # A .css file in the same folder as this notebook file
styl = readall(file) # Read the file
HTML("$styl") # Output as HTML
WARNING: readall is deprecated, use readstring instead.
in depwarn(::String, ::Symbol) at ./deprecated.jl:64
in readall(::IOStream, ::Vararg{IOStream,N}) at ./deprecated.jl:30
in include_string(::String, ::String) at ./loading.jl:441
in execute_request(::ZMQ.Socket, ::IJulia.Msg) at /home/balleng/.julia/v0.5/IJulia/src/execute_request.jl:169
in eventloop(::ZMQ.Socket) at /home/balleng/.julia/v0.5/IJulia/src/eventloop.jl:8
in (::IJulia.##9#15)() at ./task.jl:360
while loading In[1], in expression starting on line 3
Using the function readstring instead of readall in line 3 solves the problem.
Cheers,
Gustavo
Metadata
Metadata
Assignees
Labels
No labels