-
since #197 , and so the official provides it.
-
Hi, I'm trying to build an otherwise empty crate to test this out and the build fails. I'm on ubuntu 22.04 LTS. I have Mathematica 13.2 installed and confirmed working.
```
error: failed to run cu…
-
Hi! I am curently attempting to install this on Windows, but to no avail. I tried both installers (minimal + standard), but nothing seems to work. Here is the log if you are interested:
```
checki…
-
**Describe the bug**
When starting the project, I encoutered this error.
```bash
@chmod777john ➜ /workspaces/wolfram-js-frontend (devcontainer) $ wolframscript -f Scripts/start.wls host 0.0.0.0 htt…
-
- Mathematica version: 10.4
- Platform: Windows 10
- MinGW-w64 version: 8.1.0, downloaded from [here](https://sourceforge.net/projects/mingw-w64/files/)
![screenshot](https://user-images.github…
-
**Submitting author:** @szhorvat (Szabolcs Horvát)
**Repository:** https://github.com/szhorvat/IGraphM
**Branch with paper.md** (empty if default branch): joss-paper
**Version:** 0.6.5
**Editor:** @pr…
-
I'm having problems using this extension.
System is Windows 10 Enterprise.
Wolfram Engine Installed on default folder
`C:\Program Files\Wolfram Research\Wolfram Engine\13.1`
The kernel works …
-
繁体中文XP上安装简体中文版Mathematica 9.0.1后中文文档乱码加内部链接失效,遂想着爬一下官网文档,根据wget日志发现有些资源404了
当然数量不多(约200个,总文件约11.4万个),比例很小
部分有可能是大小写问题或者部分页面链接路径错误
爬一次大约需时12小时(腾讯轻量云VPS-上海)。。。
```
wget -b --mirror --convert-link…
CNMan updated
2 years ago
-
For example I have a rust type:
```rust
struct Point {
x: f64,
y: f64
}
```
I want to return a wolfram type:
```wolfram
Point[{x, y}]
```
-
For example how to call
```wolfram
Message[f::argx, 1, 2]
```
I mean, displayed during calculation, not as calculation result