{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## The Notable Nteract Notebook\n", "\n", "![comp](https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d3.png)\n", "\n", "**It's a notebook!**\n", "\n", "This is a standalone notebook for interacting with the REPL of your choice, being built at [nteract/nteract](https://github.com/nteract/nteract). The primary goals are:\n", "\n", "* Standalone distributable application for the notebook (in Electron!)\n", "* One click installers for macOS and Windows\n", "* Bundles a kernel with scientific Python packages\n", "* Integrates well with the current ecosystem of tooling\n", " * Should be able to detect other kernels\n", " * Comms should work (for ipywidgets)" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/html": [ "
Display Elements
" ], "text/plain": [ "Display Elements
\"))\n", "display(Markdown('**awesome**'))\n", "\n", "print('hey')\n", "42" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "collapsed": false }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "PACKAGING-NOTES.md \u001b[34mbin\u001b[m\u001b[m \u001b[34msrc\u001b[m\u001b[m webpack.prod.js\r\n", "README.md \u001b[34mbuild\u001b[m\u001b[m \u001b[34mstatic\u001b[m\u001b[m\r\n", "\u001b[34m__mocks__\u001b[m\u001b[m \u001b[34mexample-notebooks\u001b[m\u001b[m webpack.common.js\r\n", "\u001b[34m__tests__\u001b[m\u001b[m package.json webpack.dev.js\r\n" ] } ], "source": [ "! ls .." ] }, { "cell_type": "code", "execution_count": 3, "metadata": { "collapsed": false }, "outputs": [ { "ename": "NameError", "evalue": "name 'thistextwillerror' is not defined", "output_type": "error", "traceback": [ "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)", "\u001b[0;32m