add unsloth notebooks in unsloth studio#6650
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Code Review
This pull request introduces a new Unsloth Notebooks catalog feature, adding backend routes and utilities to build a notebook catalog, alongside a frontend page for searching, filtering, and opening notebooks in Colab, GitHub, or the Fine-tuning Studio. Feedback on the changes highlights a critical Python bug where a missing comma in all causes implicit string concatenation of router names, and a translation key mismatch in the sidebar navigation. Additionally, the reviewer suggests consistently applying the public notebook filter during catalog generation and wrapping the JSON loading logic in a try-except block for robust error handling.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| settings_module.router = APIRouter() | ||
| llama_module = ModuleType("routes.llama") | ||
| llama_module.router = APIRouter() | ||
| preview_module = ModuleType("routes.preview") |
|
@danielhanchen please take a look |

This pr adds unsloth notebooks to unsloth studio
i. Use in studio -> to open the notebook at pre-filled fine tuning studio config
ii. open in colab -> to open notebook in colab
iii. github -> to open in github
here are 2 images