Personal tools
Skip to content. | Skip to navigation
The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets.Read the documentation <https://jupyternotebook.readthedocs.org>_ for more information.
The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets.
Notebook Shim This project provides a way for JupyterLab and other frontends to switch to Jupyter Server for their Python Web application backend. Basic Usage Install from PyPI: pip install notebook_shim This will automatically enable the extension in Jupyter Server. Usage This project also includes an API for shimming traits that moved from NotebookApp in to ServerApp in Jupyter Server. This can be used by applications that subclassed NotebookApp to leverage the Python server backend of Jupyter Notebooks. Such extensions should now switch to ExtensionApp API in Jupyter Server and add NotebookConfigShimMixin in their inheritance list to properly handle moved traits. For example, an application class that previously looked like: from notebook.notebookapp import NotebookApp class MyApplication(NotebookApp): should switch to look something like: from jupyter_server.extension.application import ExtensionApp from notebook_shim.shim import NotebookConfigShimMixin class MyApplication(Note
*Python 2/3 and IPython 4 / Jupyter compatible!*Convert IPython Notebooks to markdown (and back) [notedown] is a simple tool to create [IPython notebooks][ipython] from markdown (and rmarkdown).[ipython]: http://www.ipython.org/notebook [notedown]: http://github.com/aaren/notedownnotedown separates your markdown into code and not code. Code blocks (fenced or indented) go into input cells, ...
OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. It gives you the software, control panels, and APIs required to orchestrate a cloud, including running instances, managing networks, and controlling access through users and projects. OpenStack Compute strives to be both hardware and hypervisor agnostic, currently supporting a variety of standard hardware configurations and seven major hypervisors. This package contains the nova Python library.
This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API.
A nova vendordata plugin for the OpenStack nova metadata service to manage host instantiation in an IPA server.
Type hints for Numpy.