Metadata-Version: 2.1
Name: jupyslack
Version: 0.1.5
Summary: Slack integration to notebooks
Home-page: https://github.com/Achuttarsing/jupyslack
Author: Adrien Chuttarsing
Author-email: adrien.chuttarsing@gmail.com
License: MIT
Description: # jupyslack
        
        Slack integration for notebooks. Keep track of your code right in your pocket.
        
        ## Installation :
        
        ```console
        $ pip install jupyslack
        ```
        ## Connection to Slack :
        First, you need to create an authorization token on your Slack account.
        
        ```python
        In [1]: %load_ext jupyslack
        
        In [2]: %jupyslack setup <slack_token> #<channel_name>
        "Connected to Slack !"
        ```
        
        ## To track a cell, simply put this magic line at its beggining :
        
        ```python
        In [3]: %jupyslack track
        ```
        
        #### You can give a name to the cell with : -name
        
        ```python
        In [4]: %jupyslack track -name <name>
        ```
        
Keywords: ipython slack notebook jupyslack
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Framework :: IPython
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
