{"id":14977409,"url":"https://github.com/achuttarsing/jupyslack","last_synced_at":"2025-10-28T03:32:05.818Z","repository":{"id":62573347,"uuid":"306835043","full_name":"Achuttarsing/jupyslack","owner":"Achuttarsing","description":"Slack integration for notebooks. Start training your models and go out for a walk 🏃","archived":false,"fork":false,"pushed_at":"2021-01-29T09:15:36.000Z","size":3823,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T11:24:25.234Z","etag":null,"topics":["colab","ipython","ipython-magic","ipython-notebook","jupyter","machine-learning","notebook","notebooks","python","slack"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Achuttarsing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-24T08:02:38.000Z","updated_at":"2023-11-17T18:24:55.000Z","dependencies_parsed_at":"2022-11-03T18:26:49.336Z","dependency_job_id":null,"html_url":"https://github.com/Achuttarsing/jupyslack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Achuttarsing%2Fjupyslack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Achuttarsing%2Fjupyslack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Achuttarsing%2Fjupyslack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Achuttarsing%2Fjupyslack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Achuttarsing","download_url":"https://codeload.github.com/Achuttarsing/jupyslack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238590596,"owners_count":19497350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colab","ipython","ipython-magic","ipython-notebook","jupyter","machine-learning","notebook","notebooks","python","slack"],"created_at":"2024-09-24T13:55:36.354Z","updated_at":"2025-10-28T03:32:05.490Z","avatar_url":"https://github.com/Achuttarsing.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jupyslack\n[![Downloads](https://pepy.tech/badge/jupyslack/month)](https://pepy.tech/project/jupyslack)\n\nSlack integration for notebooks. Keep track of your code right in your pocket.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/24542347/105615091-347a2b80-5dce-11eb-9d10-a1f4d5bde196.jpg\" alt=\"drawing\" width=\"400\"/\u003e\n\n\n## Installation :\n\n```console\n$ pip install jupyslack\n```\n## Connection to Slack :\nFirst, you need to create an authorization token on your Slack account.\n\n```python\nIn [1]: %load_ext jupyslack\n\nIn [2]: %jupyslack setup \u003cslack_token\u003e \u003cchannel_name\u003e\n\"Connected to Slack !\"\n```\n\n## To track a cell, simply put this magic line at its beggining :\n\n```python\nIn [3]: %jupyslack track\n```\n\n##### You can give a name to the cell with : -name\n\n```python\nIn [4]: %jupyslack track -name \u003cname\u003e\n```\n\n## New feature : automatic tracking\nThis will notify you for all cells whose runtime is above 2 minutes\n\n```python\nIn [5]: %jupyslack autotrack\n```\n\n##### You can set the minimum runtime with : -mintime (default=120)\n\n```python\nIn [6]: %jupyslack autotrack -mintime \u003ctime_in_sec\u003e\n```\n\n##### And stop the automatic tracking with :\n\n```python\nIn [7]: %jupyslack untrack\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachuttarsing%2Fjupyslack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fachuttarsing%2Fjupyslack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fachuttarsing%2Fjupyslack/lists"}