Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Haaribo
/
Q-SENN_Interface
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f66779e
Q-SENN_Interface
/
saving
/
utils.py
Haaribo
Add application file
9b896f5
4 months ago
raw
Copy download link
history
blame
Safe
115 Bytes
import
json
def
json_save
(
filename, data
):
with
open
(filename,
"w"
)
as
f:
json.dump(data, f,indent=
4
)