Skip to content

Instantly share code, notes, and snippets.

View Carreau's full-sized avatar
:octocat:

M Bussonnier Carreau

:octocat:
View GitHub Profile
id: 'Oq55zKog'
title: 'Sphinx Survey Jan 30'
questions:
- title: 'Sphinx Usage Survey 2025'
type: statement
description: |
Sphinx Documentation User Survey 2025
Help the Sphinx community understand who is using Sphinx, how they are using it, and how well it supports the people using it. We will use this information to aid community discussion about improvements to Sphinx.
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File ".../ipykernel_launcher.py", line 17, in <module>
app.launch_new_instance()
File ".../traitlets/config/application.py", line 1075, in launch_instance
app.start()
File ".../ipykernel/kernelapp.py", line 737, in start
self.io_loop.start()
File ".../tornado/platform/asyncio.py", line 215, in start
self.asyncio_loop.run_forever()
Loading
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
Last active March 14, 2024 08:51
NumFOCUS Summit 2023

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

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')
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# 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' !!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.