Skip to content

Instantly share code, notes, and snippets.

View Carreau's full-sized avatar
:octocat:

Matthias Bussonnier Carreau

:octocat:
View GitHub Profile
View Ben.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Carreau
Carreau / numfocus_summit_2023.md
Created September 28, 2023 14:58
NumFOCUS Summit 2023
View numfocus_summit_2023.md

NumFOCUS summit 2023

Two weeks ago from September 11th to 13th was NumFOCUS summit 2023. NumFOCUS is the US Based nonprofit that act as a financial entity for many Project of the Python ecosystem and more.

Every year, many project send a few representative to the NumFOCUS summit for a couple of days, and this year the summit was held near Amsterdam in the Netherland. As this was in Europe I was able to attend as one of representative

View test_quat.py
from vispy.util.quaternion import Quaternion
from itertools import permutations
from scipy.spatial.transform import Rotation
from napari._vispy.utils.quaternion import (
_old_quaterion2euler as quaternion2euler,
)
import numpy as np
print('ok')
View MystSerialiser.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View JsonSchemaToPython.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View gist:bb0b1ed5b981065c71893b92f4a18253
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View .zshrc
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
#
PATH=$HOME/bin:$PATH
#
if [ $(arch) = 'arm64' ]; then
export ARCH_MARKER=""
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
View patch_completer.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View gist:283d6d3275b371bfaff58146f72cdae9
---------------------------------------------------------------------------
IndexError Traceback (most recent call last)
File ~/miniconda3-intel/envs/napari/lib/python3.9/site-packages/vispy/app/backends/_qt.py:512, in QtBaseCanvasBackend.mouseReleaseEvent(self=<vispy.app.backends._qt.CanvasBackendDesktop object>, ev=<PyQt5.QtGui.QMouseEvent object>)
510 if self._vispy_canvas is None:
511 return
--> 512 self._vispy_mouse_release(
self = <vispy.app.backends._qt.CanvasBackendDesktop object at 0x7fb2419960d0>
ev = <PyQt5.QtGui.QMouseEvent object at 0x7fb254e5f790>
BUTTONMAP = {0: 0, 1: 1, 2: 2, 4: 3, 8: 4, 16: 5}
View affine_transforms.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.