Can I persist data in a notebook?
You can persist data in the notebook by either setting the use_temp_dir
flag to false in px.launch_app
which will persist your data in SQLite on your disk at the PHOENIX_WORKING_DIR. Alternatively you can deploy a phoenix instance and point to it via PHOENIX_COLLECTOR_ENDPOINT.
Last updated
Was this helpful?