Tool for managing and converting Synapse notebooks to Jupyter notebooks
Project description
Synapse-to-IPython Notebook (synapse-to-ipynb)
Azure Synapse Analytics uses notebooks for various computational tasks however managing these in a local dev environment and with proper version control is difficult. If this is a problem you have run into, this tool might be for you.
This program was designed primarily for use in a CI/CD pipeline.
Features
- Create new IPython notebooks from Synapse notebooks
- Delete IPython notebooks that don't exist in Synapse notebooks
- Update Synapse notebooks from IPython notebooks
Installation
pip install synapse-to-ipynb
Workflow and Usage
-
Create Synapse notebooks directly in Synapse
-
Create ipynbs from Synapse notebooks. The source Synapse directory is considered the point of truth and so the default behaviour is that if the target already contains .ipynb files, ones that don't have a matching Synapse notebook will be deleted:
synapse-to-ipynb --source <synapse_directory> --target <ipython_directory>
--source
: The source directory containing Synapse notebooks (.json).--target
: The target directory to store IPython Notebooks (.ipynb).
-
Develop the .ipynb files in your faviourite IDE
-
To migrate the changes back to Synapse use the
--update
flag:synapse-to-ipynb --source <synapse_directory> --target <ipython_directory> --update
--source
: The source directory containing Synapse notebooks (.json).--target
: The target directory to store IPython Notebooks (.ipynb).--update
: Put the tool in update mode
Contributing
Feedback and contributions are welcome! If you encounter any issues or have suggestions for improvement, please create an issue or submit a pull request.
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file synapse_to_ipynb-1.2.1.tar.gz
.
File metadata
- Download URL: synapse_to_ipynb-1.2.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f71c87aec44f64b63b4aaad8364f5d7732c9643d25f769e85e0a16db3cdd22d5 |
|
MD5 | 5bbf205b4f5ffa6d783e531fbaa5d9b8 |
|
BLAKE2b-256 | 5a6d9916b60e09baee8e00b2cad6f3c97e230cac9cc01898f4c8341ec279fda2 |
File details
Details for the file synapse_to_ipynb-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: synapse_to_ipynb-1.2.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89c30d431769fafa7ce22945543da896fb62b92adb2f6db998efee2c7d2dac6b |
|
MD5 | 75a9fb176db7acccacce6c1ff2b4373a |
|
BLAKE2b-256 | 382c7d7e4acd3485ffb478de9954347a5c17868b710e25d713055c5bb66a4a60 |