JuliaDebug/CodeTracking.jl

"definition" cannot read function defined within Jupyter notebook

Aberta

#51 aberto em 29 de jan. de 2020

 (6 comentários) (0 reação) (0 responsável)Julia (11 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (150 estrelas)
Métricas de merge de PR
 (Mesclagem média 47m) (3 fundiu PRs em 30d)

Description

When calling definition in a Jupyter notebook:

f(x,y) = x^2 + y^2
definition(String, @which(f(Int,Int)))

I get the following error: SystemError: opening file "In[52]": No such file or directory

Seems to just not handled reading from the notebook's In because it works when reading from functions defined purely in the REPL.

Guia do colaborador