Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@capture_out hangs in Jupyter notebooks #31

Open
tkoolen opened this issue Jul 13, 2019 · 2 comments
Open

@capture_out hangs in Jupyter notebooks #31

tkoolen opened this issue Jul 13, 2019 · 2 comments

Comments

@tkoolen
Copy link

tkoolen commented Jul 13, 2019

@capture_out println(1) appears to hang forever in a Jupyter notebook cell.

@diegozea
Copy link

It looks to happen the same with @capture_err

@logankilpatrick
Copy link

@suppress does not seem to work in a notebook either. See here:

using VegaLite
using Suppressor
@suppress begin
  α  = rand(10,2)
  β  = rand(10,2)
  v1 = @vlplot(:circle,x=α[:,1],y=α[:,2])
  v2 = @vlplot(mark={"type"=:circle,color="red"},x=β[:,1],y=β[:,2])
  @vlplot()+v1+v2
end

for a re-producible example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants