jupyter-tutorial
jupyter-tutorial copied to clipboard
Training materials for setting up and using a research infrastructure based on Jupyter notebooks: https://cusy.io/en/seminars
* [ipyevents](https://github.com/mwcraig/ipyevents)
1. Create the platform for systems engineers 2. Data exploration for data scientists 3. Refactoring, packaging, and web applications for data engineers
* [ReactTemplate](https://panel.holoviz.org/reference/templates/React.html) based on the [ react-grid-layout](https://github.com/STRML/react-grid-layout) * [MaterialTemplate](https://panel.holoviz.org/reference/templates/Material.html) based on [material-components-web](https://github.com/material-components/material-components-web) * [GoldenTemplate](https://panel.holoviz.org/reference/templates/GoldenLayout.html) based on [Golden Layout](http://golden-layout.com/); see also [ipylayout](https://jupyter-tutorial.readthedocs.io/de/latest/workspace/jupyter/nbextensions/ipylayout.html) * [BootstrapTemplate](https://panel.holoviz.org/reference/templates/Bootstrap.html) based on [Bootstrap](https://getbootstrap.com/) * [VanillaTemplate](https://panel.holoviz.org/reference/templates/Vanilla.html)
Change the way how to determine the Python version in [python38.ipynb](https://github.com/veit/jupyter-tutorial/blob/master/docs/workspace/jupyter/kernels/python38.ipynb) and [python39.ipynb](https://github.com/veit/jupyter-tutorial/blob/master/docs/workspace/jupyter/kernels/python39.ipynb). ``` In [1]: import sys !{sys.executable} --version Python 3.8.0 ```
[enscons](https://pypi.python.org/pypi/enscons/) could be an alternative to `distutils` or `setuptools`. One advantage seems to be that with [Scons](http://scons.org/) you get a full-fledged build system that does the work for you when...
[requests](https://requests.readthedocs.io/) is just a wrapper around [urllib3](https://urllib3.readthedocs.io/): * the upsides are nowadays only marginal * it don’t support HTTP/2 * there is no real progress.
HTTP server which provides an API for scheduling Scrapy spiders and making requests with spiders. See also * [Doc](https://scrapyrt.readthedocs.io/en/stable/) * [GitHub](https://github.com/scrapinghub/scrapyrt) * [ScrapyRT: Turn Websites Into Real-Time APIs](https://blog.scrapinghub.com/scrapyrt-turn-websites-into-real-time-apis) * [Scrapy...
* [Repo](https://github.com/datapane/datapane) * [Datapane Demos](https://github.com/datapane/gallery) * [Docs](https://docs.datapane.com/)
* [versioneer](https://github.com/warner/python-versioneer/) * [Extending git](https://www.atlassian.com/git/articles/extending-git) * [git-version-bump](https://github.com/mpalmer/git-version-bump)
* [pandas-profiling](https://github.com/pandas-profiling/pandas-profiling)