Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15,326 changes: 15,326 additions & 0 deletions python/gtsam/notebooks/TimeVaryingLQG_part1.ipynb

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions python/gtsam/notebooks/standardize_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

def create_colab_button_cell(notebook_path: str) -> Dict[str, Any]:
# Convert absolute path to relative GitHub path
github_path = notebook_path.replace('/Users/apollo/dev/research/gtsam/', '')

git_root = Path(__file__).resolve().parent.parent.parent.parent
github_path = notebook_path.replace(git_root.as_posix() + '/', '')

return {
"cell_type": "markdown",
"id": "colab_button",
Expand Down
Loading