This website requires JavaScript.
Explore
Help
Sign in
livebook-dev
/
livebook
Watch
1
Star
1
Fork
You've already forked livebook
0
mirror of
https://github.com/livebook-dev/livebook.git
synced
2024-11-16 04:46:46 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3d788df4d7
livebook
/
test
/
support
/
notebooks
/
basic.livemd
10 lines
84 B
Text
Raw
Normal View
History
Unescape
Escape
Implement notebook persistence and import (#44) * Basic filesystem navigation * Add file picker modal * Implement autosave when dirty and show the status * Add hompage link in the session view * Improve file picker and use in both places * Move session list to homepage * Some refactoring * Show import messages if any * Fix and extend tests * Show a message when there are no sessions running * Rename import to fork and make that clear in notebook name * Fix old route * Show info when no file is connected to the given session * Show runtime type next to filename * Show button for joining session when a running path is selected * Move modal components to SessionLive namespace * Add FileGuard to lock files used for notebook persistence * Use radio for specifying persistence type * Don't lock nil path * Simplify FileGuard implementation * Test notebook persistence * Fix typo * Further simplify FileGuard * Improve file listing * Don't show parent dir when there's a basename being typed * Add path component tests
2021-02-21 23:54:44 +08:00
# Notebook
## First section
Rename Elixir cell to Code cell (#1035)
2022-03-02 19:48:02 +08:00
One Code cell below.
Implement notebook persistence and import (#44) * Basic filesystem navigation * Add file picker modal * Implement autosave when dirty and show the status * Add hompage link in the session view * Improve file picker and use in both places * Move session list to homepage * Some refactoring * Show import messages if any * Fix and extend tests * Show a message when there are no sessions running * Rename import to fork and make that clear in notebook name * Fix old route * Show info when no file is connected to the given session * Show runtime type next to filename * Show button for joining session when a running path is selected * Move modal components to SessionLive namespace * Add FileGuard to lock files used for notebook persistence * Use radio for specifying persistence type * Don't lock nil path * Simplify FileGuard implementation * Test notebook persistence * Fix typo * Further simplify FileGuard * Improve file listing * Don't show parent dir when there's a basename being typed * Add path component tests
2021-02-21 23:54:44 +08:00
```elixir
length([1, 2, 3])
```
Reference in a new issue
Copy permalink