Andrew
Andrew
Can you use these themes with the reveal slideshow extension for jupyter?
Can you add a license to this project?
Hello, I'm trying to extend the GuessAuth class to add NTLM as well as other forms of security. Here is my code: ```py def handle_401(self, r, **kwargs): """Resends a request...
Hello, Let's say I want to add a new database backend, is there an existing implementation I should follow to extend it? I looked at the doc: http://ibis-project.org/docs/user_guide/sql.html but it...
I am doing the following: ``` name: Python Package using Conda for x86 (32-bit) on: [workflow_dispatch] jobs: build-x86: runs-on: ${{matrix.os}} strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ['3.9'] max-parallel: 5...
Can urequests use requests AuthBase classes from standard requests? Thanks
Hello, We just purchased coveralls for our private Github repository and are running into some configuration issues. 1. Our language is Python. 2. We use jenkins to create a .coverage...
- adds support for ArcGIS API for Python's Polygon and Polyline Geometry objects. - Point Geometry already works :) Hello! Please make sure to check all these boxes before submitting...
Hello, I have a classic jupyter widget that uses some custom JS libraries and in v7 the widgets fail to load, but in v6.x they show. Is there any documentation...
**Report needed documentation** A clear and concise description of what documentation you believe it is needed and why. Where can I find documentation on the geometry format? **Describe the documentation...