Skip to main content

Tool for managing and converting Synapse notebooks to Jupyter notebooks

Project description

Build Status

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

  1. Create Synapse notebooks directly in Synapse

  2. 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).
  3. Develop the .ipynb files in your faviourite IDE

  4. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

synapse_to_ipynb-1.2.1.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

synapse_to_ipynb-1.2.1-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

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

Hashes for synapse_to_ipynb-1.2.1.tar.gz
Algorithm Hash digest
SHA256 f71c87aec44f64b63b4aaad8364f5d7732c9643d25f769e85e0a16db3cdd22d5
MD5 5bbf205b4f5ffa6d783e531fbaa5d9b8
BLAKE2b-256 5a6d9916b60e09baee8e00b2cad6f3c97e230cac9cc01898f4c8341ec279fda2

See more details on using hashes here.

File details

Details for the file synapse_to_ipynb-1.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for synapse_to_ipynb-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 89c30d431769fafa7ce22945543da896fb62b92adb2f6db998efee2c7d2dac6b
MD5 75a9fb176db7acccacce6c1ff2b4373a
BLAKE2b-256 382c7d7e4acd3485ffb478de9954347a5c17868b710e25d713055c5bb66a4a60

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page