Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python Snippets

License

NotificationsYou must be signed in to change notification settings

rueedlinger/python-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThesePython Snippets are tested with Python 3.7.x. and areavailable as Jupyter notebooks (http://jupyter.org/).

Getting Started

All the required Python packages can be installed withpipenv.

Project Setup

First you nee to installpipenv.

$ pip install --user pipenv

Install all the required packages

pipenv install --dev

Run the Notebook

You can startjupyter-lab to play around with the Juypter notebooks.

pipenv run jupyter-lab

Run the Tests (nbval)

To test the Jupyter notebooks this project usesnbval, which is apy.testplugin for validating Jupyter notebooks.

This will check all Jupyter notebooks for errors.

pipenv run py.test --nbval-lax

Upgrade Python Packages

Check which packages have changed.

pipenv update --outdated

This will upgrade everything.

pipenv update

CI Build (GitHub Actions)

  • CI Build

The Python Snippets

The Python snippets are organized by topic.

GeoJSON

RSS

HTTP

Image

About

Python Snippets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp