Skip to content

Instantly share code, notes, and snippets.

View MendeBadra's full-sized avatar

Mend-Amar Badral MendeBadra

View GitHub Profile
@shacharmirkin
shacharmirkin / github_invalid_notebook.md
Last active November 9, 2025 21:44
Handling Github Invalid Notebook

Handling GitHub Invalid Notebooks

Last updated: 21/4/25

The Problem

When trying to view Jupyter notebooks on GitHub, we sometimes see an 'Invalid Notebook' message:

"Invalid Notebook
@evgenyneu
evgenyneu / setup_cursor_ubuntu.md
Last active December 3, 2025 15:48
Install Cursor AI code editor on Ubuntu 24.04 LTS

Install Cursor AI editor on Ubuntu 24.04

  1. Use the Download button on www.cursor.com web site. It will download the NAME.AppImage file.

  2. Copy the .AppImage file to your Applications directory

cd ~/Downloads
mkdir -p ~/Applications
mv NAME.AppImage ~/Applications/cursor.AppImage
@jbwhit
jbwhit / example-ruff-formatting.ipynb
Last active October 23, 2025 03:44
Steps to use `ruff` in JupyterLab with the `jupyterlab_code_formatter` plugin.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.