File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 " This is a simple example of Jupyter notebook using VTS. It is assumed that \n " ,
1515 " \n " ,
1616 " * [.NET 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) has been installed\n " ,
17- " * [VTS git repository](https://github.com/VirtualPhotonics/VTS) has been cloned into the directory `vts`\n " ,
18- " * the module `pythonnet` has been installed and configured"
17+ " \n " ,
18+ " * [VTS git repository](https://github.com/VirtualPhotonics/VTS) has been cloned\n " ,
19+ " \n " ,
20+ " * [pythonnet](https://pypi.org/project/pythonnet) has been installed and configured\n " ,
21+ " \n " ,
22+ " Replace `/path/to/vts` with the directory containing the git clone of `VTS`"
1923 ]
2024 },
2125 {
2731 "source" : [
2832 " import clr\n " ,
2933 " import numpy as np\n " ,
30- " import matplotlib.pyplot as plt \n " ,
31- " clr.AddReference(\" /path/to/vts/publish/local/Vts.dll \" )"
34+ " vts_dll = \" /path/to/vts/publish/local/Vts.dll \" \n" ,
35+ " clr.AddReference(vts_dll )"
3236 ]
3337 },
3438 {
You can’t perform that action at this time.
0 commit comments