Metadata-Version: 2.4
Name: ipykernel-helper
Version: 0.0.50
Summary: Helpers for ipykernel and friends
Author-email: Jeremy Howard <info@fast.ai>
License: Apache-2.0
Project-URL: Repository, https://github.com/AnswerDotAI/ipykernel-helper
Project-URL: Documentation, https://AnswerDotAI.github.io/ipykernel-helper
Keywords: nbdev,jupyter,notebook,python
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-fasthtml
Requires-Dist: fastcore>=1.12.28
Requires-Dist: toolslm>=0.3.37
Requires-Dist: jedi
Requires-Dist: ipython
Requires-Dist: ipykernel
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: html2text
Requires-Dist: cloudscraper
Requires-Dist: ghapi
Dynamic: license-file

# ipykernel-helper


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install ipykernel_helper in Development mode

``` sh
# make sure ipykernel_helper package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to ipykernel_helper
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/AnswerDotAI/ipykernel-helper):

``` sh
$ pip install git+https://github.com/AnswerDotAI/ipykernel-helper.git
```

or from [conda](https://anaconda.org/AnswerDotAI/ipykernel-helper)

``` sh
$ conda install -c AnswerDotAI ipykernel_helper
```

or from [pypi](https://pypi.org/project/ipykernel-helper/)

``` sh
$ pip install ipykernel_helper
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/AnswerDotAI/ipykernel-helper)’s
[pages](https://AnswerDotAI.github.io/ipykernel-helper/). Additionally
you can find package manager specific guidelines on
[conda](https://anaconda.org/AnswerDotAI/ipykernel-helper) and
[pypi](https://pypi.org/project/ipykernel-helper/) respectively.

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

    2
