Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Import a YAML file
ResourceFunction["ImportYAML"][session,file] imports a YAML file using an external Python session. |
Install PyYAML, if it is not already installed:
In[1]:= |
Out[1]= |
Import a YAML file:
In[2]:= |
Out[2]= |
Display the raw content of the file:
In[3]:= |
This work is licensed under a Creative Commons Attribution 4.0 International License