配置 WolframLanguageForJupyter 的问题

问题描述

我正在尝试配置 WolframLanguageForJupyter。可以在以下位置找到该项目:https://github.com/WolframResearch/WolframLanguageForJupyter

我尝试了该页面中提到的两种方法,即使用 paclet 和使用 git 存储库中的 wls 文件。我收到以下错误

const array = ['bla ...... "https://example.com/content/a.dont_match1"','bla ...... "https://example.com/content/a.dont_match2"','href="https://example.com/"    '];
const rx = /("https:\/\/)example\.com(?![^\s"]*\.(?:dont_match1|dont_match2)\/?")([^\s"]*")/g;
array.forEach( x => 
  console.log(x,'=>',x.replace(rx,'$1example2.com$2'))
 )

我不确定到底是什么问题。任何帮助将不胜感激。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)