# GX core not persisting suits or docs on local File System

**URL:** https://discourse.greatexpectations.io/t/gx-core-not-persisting-suits-or-docs-on-local-file-system/1889
**Category:** GX Core Support
**Created:** [September 6, 2024, 1:31pm UTC](https://discourse.greatexpectations.io/t/gx-core-not-persisting-suits-or-docs-on-local-file-system/1889 "2024-09-06T13:31:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![shakeeb](https://avatars.discourse-cdn.com/v4/letter/s/f6c823/32.png) [@shakeeb](https://discourse.greatexpectations.io/u/shakeeb)
#### Post date: [September 6, 2024, 1:31pm UTC](https://discourse.greatexpectations.io/t/gx-core-not-persisting-suits-or-docs-on-local-file-system/1889/1 "2024-09-06T13:31:18Z")

</div>

![image](https://canada1.discourse-cdn.com/flex031/uploads/greatexpectations/original/1X/bbd52d2eb07c2b3e5389ab29f7e16fccedca09f9.png)

I am trying out GX core from local Jupyter notebook. while saving the suite locally, output says it has created the expectation suite json file, but it is not created physical file, however I can able access the file from Jupter Notebook. How do I persist the file outside the notebook session?

---

<div class="post-metadata">

### Author: ![adeola](https://avatars.discourse-cdn.com/v4/letter/a/b487fb/32.png) [@adeola](https://discourse.greatexpectations.io/u/adeola)
#### Post date: [October 21, 2024, 3:11am UTC](https://discourse.greatexpectations.io/t/gx-core-not-persisting-suits-or-docs-on-local-file-system/1889/2 "2024-10-21T03:11:55Z")

</div>

hi there, is your context set to file mode?  
`context = gx.get_context(project_root_dir="./your_project_directory", mode="file")`
