RusTorch v0.6.11 - Multilingual Jupyter Notebook Visibility Fix
๐ ๏ธ Bug Fixes
Jupyter Notebook Visibility
- Fixed multilingual notebook visibility issue: All Jupyter startup scripts now properly display the complete notebooks directory instead of specific files or subdirectories
- Enhanced user experience: Language-specific notebook folders (en/, ja/, zh/, ko/, es/, fr/, de/, it/, pt/, ru/) are now fully accessible through the Jupyter browser interface
- Resolved user reported bug: Notebooks were being downloaded correctly but remained invisible to users in the browser
Modified Scripts
- start_jupyter.sh - Updated launch path to show full notebooks directory
- start_jupyter_hybrid.sh - Fixed to display all language folders
- start_jupyter_webgpu.sh - Changed from specific demo file to full directory
- start_jupyter_quick.sh - Updated all 4 launch options to show complete notebook collection
- quick_start_rust_kernel.sh - Modified to display all available notebooks
- quick_start_rust_kernel_gpu.sh - Fixed GPU demo launcher path
๐ Impact
- 10 languages of sample notebooks now fully accessible
- Improved international user experience with proper multilingual content discovery
- Zero breaking changes - existing functionality preserved while expanding visibility
๐ Multilingual Support
Sample notebooks now properly visible in:
- ๐ฌ๐ง English (en/)
- ๐ฏ๐ต Japanese (ja/)
- ๐จ๐ณ Chinese (zh/)
- ๐ฐ๐ท Korean (ko/)
- ๐ช๐ธ Spanish (es/)
- ๐ซ๐ท French (fr/)
- ๐ฉ๐ช German (de/)
- ๐ฎ๐น Italian (it/)
- ๐ต๐น Portuguese (pt/)
- ๐ท๐บ Russian (ru/)
Installation
# Via crates.io (recommended)
cargo install rustorch --version 0.6.11
# Direct one-liner installer (updated)
curl -sSL https://raw.githubusercontent.com/JunSuzukiJapan/rustorch/main/install_jupyter.sh | bashFull Changelog: v0.6.10...v0.6.11