JuliaDebug/CodeTracking.jl

"definition" cannot read function defined within Jupyter notebook

Ouverte

#51 ouverte le 29 janv. 2020

 (6 commentaires) (0 réaction) (0 personne assignée)Julia (11 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (150 étoiles)
Métriques de merge PR
 (Merge moyen 47m) (3 PRs mergées en 30 j)

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.

Guide contributeur