JuliaDebug/CodeTracking.jl

"definition" cannot read function defined within Jupyter notebook

オープン

#51 opened on 2020/01/29

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Julia (11 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (150 個のスター)
PR merge metrics
 (平均マージ 47m) (30d で 3 merged PRs)

説明

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.

コントリビューターガイド