English 中文(简体)
• 如何在密码说明簿中记录陪审团的职能?
原标题:how to get the documentation of a julia function in a vscode notebook?

我愿将朱利亚功能的文件列入一本书(Pipynb档案)上:

?cc

说明:

ParseError:
# Error @ e:Julia ForksTimeSeries-Cepstral-Clusteringexampleexample.ipynb:1:1
? cc
╙ ── not a unary operator

Stacktrace:
 [1] top-level scope
   @ e:Julia ForksTimeSeries-Cepstral-Clusteringexampleexample.ipynb:1

或:

Docs.doc(cc)

说明:

ParseError: KaTeX parse error: No such environment: verbatim at position 7: egin{̲v̲e̲r̲b̲a̲t̲i̲m̲}̲ cc(series::Abs…

Calculate the cepstral coefficients of the AR(p) process for each asset in the series.

section{Arguments}egin{itemize} item 	exttt{series::AbstractMatrix}: a matrix of time series observations, with each row representing an asset and each column representing a time step.

item 	exttt{p::Int}: the order of the AR(p) process.

item 	exttt{n::Int}: the number of cepstral coefficients to calculate.

end{itemize} section{Returns}egin{itemize} item 	exttt{cc_vec::AbstractMatrix}: a matrix of cepstral coefficients, with each row representing an asset and each column representing a cepstral coefficient.

end{itemize}

这不是干净的! 任何更好的方式?

问题回答

工作可以走下去。

界定宏观:

macro h(x)
    quote
        display("text/markdown", @doc $x)
    end    
end

现在,你可以做@h myfun,例如:

“entergram





相关问题
VS Code run selection in terminal creating multiple shells

Running selection/line in terminal (shift + enter) started creating opening two shells. The first shell runs commands to activate the environment and start python. The second shell runs the python ...

从案卷中获取简单明朗戈功能——现在可以提供

如果你想到,在纽瓦特被点击之后,如何把服务器的辅助功能从javascript文档中打上下面的几页。 你们必须利用吉大港山区开发计划的要求,把服务器的侧端点称作终端点。 ......

在《科索沃法典》中是否有办法进行沙尘处理

目前,开始学习基因图像处理,我希望在民主选举学会之外使用这种图像,使之更容易编码,因为在处理民主选举学会时,没有很好地掌握合成物的错误。 I ......

Rust Visual Studio Code code completion not working

I m trying to learn Rust and installed the Rust extension for VSCode. But I m not seeing auto-completions for any syntax. I d like to call .trim() on String but I get no completion for it. I read that ...

热门标签