##// END OF EJS Templates
Expose and use get requests specifying type in the JS
Expose and use get requests specifying type in the JS

File last commit:

r18669:b6d2fd61
r18782:c24238f9
Show More
Index.ipynb
102 lines | 2.0 KiB | text/plain | TextLexer
Brian E. Granger
Lots of documentation work.
r16115 {
Min RK
upate exmaple notebooks to nbformat v4
r18669 "cells": [
Brian E. Granger
Adding back links.
r16116 {
Min RK
upate exmaple notebooks to nbformat v4
r18669 "cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"../images/ipython_logo.png\">"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Back to the main [Index](../Index.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Customization"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"IPython has rich APIs for customization. Many behaviors of the different IPython applications can be configured using command line arguments or configuration files. IPython's core syntax and command line features can also be customized through input filters, custom magic commands, etc."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Tutorials"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Coming soon."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Examples"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Coming soon."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Non-notebook examples"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This directory also contains examples that are regular Python (`.py`) files."
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [
Brian E. Granger
Adding lists of .py examples and notes about more "Coming soon."
r16133 {
Min RK
upate exmaple notebooks to nbformat v4
r18669 "data": {
"text/html": [
"<a href='appconfig.py' target='_blank'>appconfig.py</a><br>"
],
"text/plain": [
"/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Customization/appconfig.py"
]
},
Brian E. Granger
Adding lists of .py examples and notes about more "Coming soon."
r16133 "metadata": {},
Min RK
upate exmaple notebooks to nbformat v4
r18669 "output_type": "display_data"
Brian E. Granger
Adding back links.
r16116 }
],
Min RK
upate exmaple notebooks to nbformat v4
r18669 "source": [
"%run ../utils/list_pyfiles.ipy"
]
Brian E. Granger
Adding back links.
r16116 }
Min RK
upate exmaple notebooks to nbformat v4
r18669 ],
"metadata": {
"signature": "sha256:de8cb1aff3da9097ba3fc7afab4327fc589f2bb1c154feeeb5ed97c87e37486f"
},
"nbformat": 4,
"nbformat_minor": 0
Brian E. Granger
Lots of documentation work.
r16115 }