sagemaker-run-notebook VS jupytext

Compare sagemaker-run-notebook vs jupytext and see what are their differences.

sagemaker-run-notebook

Tools to run Jupyter notebooks as jobs in Amazon SageMaker - ad hoc, on a schedule, or in response to events (by aws-samples)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
sagemaker-run-notebook jupytext
2 20
139 6,418
-0.7% -
0.0 8.8
7 months ago about 1 month ago
Python Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sagemaker-run-notebook

Posts with mentions or reviews of sagemaker-run-notebook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-02.
  • Experience migrating from Databricks to various AWS services
    2 projects | /r/dataengineering | 2 May 2022
    Notebooks are more of a tech/design debt. Job was originally created in notebooks and never refactored into a more maintainable solution. Do you have a recommendation on services to use with the papermill library? I saw the Sagemaker Convenience Package seems to rely on this a bit, but seems a little out of place for Sagemaker.
  • Parameters for Jupyterlab GUI notebook scheduler using sagemaker-run-notebook
    1 project | /r/aws | 4 Apr 2021
    I am used to working on jupyter notebooks and have some experience with python scripting for extracting data. I created a notebook that extracts comments, runs sentiment analysis, and dumps data to S3- however, I am struggling with the CRON aspect of things. I want to automate running of the script every day at a set time. I am using the sagemaker-run-notebook package to do this, specifically using the GUI Jupyterlab extension. However, I am not sure what the parameters need to be. I tried a few combinations, and this is my best guess at the values. I am getting a JSON error, which I am not sure I understand. Can someone with experience working with on the sagemaker-run-notebook extension please help me out?

jupytext

Posts with mentions or reviews of jupytext. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-19.
  • The Jupyter+Git problem is now solved
    7 projects | news.ycombinator.com | 19 Jul 2023
    9 projects | news.ycombinator.com | 25 Aug 2022
  • Do you git commit jupyter notebooks?
    2 projects | /r/datascience | 23 Jun 2023
    Jupytext (https://github.com/mwouts/jupytext) has been designed exactly for this
  • The hatred towards jupyter notebooks
    2 projects | /r/datascience | 12 Mar 2023
    jupytext is your friend.
  • Edit notebooks in Google cloud
    3 projects | /r/neovim | 19 Feb 2023
    So if you run your own jupyter server, -jupy+text can be a great workflow : it takes your notebook synchronized with other formats (python file, makdown, ...), so you can edit your py/md file with neovim, and refresh the browser to execute the notebook.
  • Rant: Jupyter notebooks are trash.
    6 projects | /r/datascience | 24 Jan 2023
    Automatically convert ipynb files to py when saving them on JupyterLab
  • Two questions regarding working with jupyter notebooks (git, vim)
    1 project | /r/learnprogramming | 14 Dec 2022
    I don't use Jupyter so I don't know for sure, but on a quick glance you might want to look at https://github.com/mwouts/jupytext to see if that could help at all.
  • JupyterLite is a JupyterLab distribution that runs in the browser
    10 projects | news.ycombinator.com | 28 Nov 2022
    The format is only partially invented, it follows Jupytext [0], but adds support for cell metadata. There is no obvious way to get that in fenced codeblocks, especially with the ability to spread it over multiple lines so it plays well with version control.

    One more consideration is that it's not "Markdown with code blocks interspersed", one might as well use plaintext or AsciiDoc.

    Of course there are tradeoffs.. I wish I had more time to work on it.

    [0]: https://github.com/gzuidhof/starboard-notebook/blob/master/d...

    [1]: https://github.com/mwouts/jupytext

  • Many write research papers in R Markdown - What is the alternative setup in Python?
    4 projects | /r/Python | 14 Jul 2022
    Using jupytext (allows you to open .md files as notebooks) + jupyter gives you pretty much the same experience. The main issue is that the cell's output will be discarded. To fix it, you can use ploomber to generate an output HTML, so the workflow goes like this:
  • Jupyter Notebooks.
    2 projects | /r/datascience | 29 Jun 2022
    First, the format. The ipynb format does not play nicely with git since it stores the cell's source code and output in the same file. But Jupyter has built-in mechanisms to allow other formats to look like notebooks. For example, here's a library that allows you to store notebooks on a postgres database (I know this isn't practical, but it's a great example). To give more practical advice, jupytext allows you to open .py files as notebooks. So you can develop interactively but in the backend, you're storing .py files.

What are some alternatives?

When comparing sagemaker-run-notebook and jupytext you can also consider the following projects:

elyra - Elyra extends JupyterLab with an AI centric approach.

jupyter - An interface to communicate with Jupyter kernels.

spotty - Training deep learning models on AWS and GCP instances

rmarkdown - Dynamic Documents for R

ipycanvas - Interactive Canvas in Jupyter

nbdev - Create delightful software with Jupyter Notebooks

jupyterlab_templates - Support for jupyter notebook templates in jupyterlab

papermill - 📚 Parameterize, execute, and analyze notebooks

sagemaker-distribution - A set of Docker images that include popular frameworks for machine learning, data science and visualization.

nbdime - Tools for diffing and merging of Jupyter notebooks.

ploomber - The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️

vim-ipython-cell - Seamlessly run Python code in IPython from Vim