mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +08:00
Update GitHub org references from elixir-nx to livebook-dev
This commit is contained in:
parent
34bb041755
commit
9822735bcf
7 changed files with 59 additions and 59 deletions
100
CHANGELOG.md
100
CHANGELOG.md
|
@ -8,34 +8,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Introduced file system abstraction and an S3 support ([#492](https://github.com/elixir-nx/livebook/pull/492))
|
- Introduced file system abstraction and an S3 support ([#492](https://github.com/livebook-dev/livebook/pull/492))
|
||||||
- Added support for configuring file systems using env variables ([#498](https://github.com/elixir-nx/livebook/pull/498))
|
- Added support for configuring file systems using env variables ([#498](https://github.com/livebook-dev/livebook/pull/498))
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Improved Markdown and math integration by migrating to remark ([#495](https://github.com/elixir-nx/livebook/pull/495))
|
- Improved Markdown and math integration by migrating to remark ([#495](https://github.com/livebook-dev/livebook/pull/495))
|
||||||
|
|
||||||
## [v0.2.3](https://github.com/livebook-dev/livebook/tree/v0.2.3) (2021-08-12)
|
## [v0.2.3](https://github.com/livebook-dev/livebook/tree/v0.2.3) (2021-08-12)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added UI for directory creation ([#424](https://github.com/elixir-nx/livebook/pull/424))
|
- Added UI for directory creation ([#424](https://github.com/livebook-dev/livebook/pull/424))
|
||||||
- Added UI for file deletion and renaming ([#426](https://github.com/elixir-nx/livebook/pull/426))
|
- Added UI for file deletion and renaming ([#426](https://github.com/livebook-dev/livebook/pull/426))
|
||||||
- Listing Livebook version on dashboard home
|
- Listing Livebook version on dashboard home
|
||||||
- Support for relative navigation between notebooks ([#441](https://github.com/elixir-nx/livebook/pull/441) and [#445](https://github.com/elixir-nx/livebook/pull/445))
|
- Support for relative navigation between notebooks ([#441](https://github.com/livebook-dev/livebook/pull/441) and [#445](https://github.com/livebook-dev/livebook/pull/445))
|
||||||
- Introduced branching sections ([#449](https://github.com/elixir-nx/livebook/pull/449))
|
- Introduced branching sections ([#449](https://github.com/livebook-dev/livebook/pull/449))
|
||||||
- Range (slider) input ([#435](https://github.com/elixir-nx/livebook/pull/435) and [#440](https://github.com/elixir-nx/livebook/pull/440))
|
- Range (slider) input ([#435](https://github.com/livebook-dev/livebook/pull/435) and [#440](https://github.com/livebook-dev/livebook/pull/440))
|
||||||
- Select input ([#448](https://github.com/elixir-nx/livebook/pull/448))
|
- Select input ([#448](https://github.com/livebook-dev/livebook/pull/448))
|
||||||
- Checkbox input ([#461](https://github.com/elixir-nx/livebook/pull/461))
|
- Checkbox input ([#461](https://github.com/livebook-dev/livebook/pull/461))
|
||||||
- Showing full documentation when hovering over an identifier ([#453](https://github.com/elixir-nx/livebook/pull/453))
|
- Showing full documentation when hovering over an identifier ([#453](https://github.com/livebook-dev/livebook/pull/453))
|
||||||
- Added notebook source preview and export ([#457](https://github.com/elixir-nx/livebook/pull/457))
|
- Added notebook source preview and export ([#457](https://github.com/livebook-dev/livebook/pull/457))
|
||||||
- Added Elixir source export ([#476](https://github.com/elixir-nx/livebook/pull/476))
|
- Added Elixir source export ([#476](https://github.com/livebook-dev/livebook/pull/476))
|
||||||
- Added option to export and persist Live Markdown with output ([#483](https://github.com/elixir-nx/livebook/pull/483) and [#485](https://github.com/elixir-nx/livebook/pull/485))
|
- Added option to export and persist Live Markdown with output ([#483](https://github.com/livebook-dev/livebook/pull/483) and [#485](https://github.com/livebook-dev/livebook/pull/485))
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Merge undo stack for collaborative editing ([#433](https://github.com/elixir-nx/livebook/pull/433))
|
- Merge undo stack for collaborative editing ([#433](https://github.com/livebook-dev/livebook/pull/433))
|
||||||
- Restructured remote node processes to allow for multiple connections ([#434](https://github.com/elixir-nx/livebook/pull/434))
|
- Restructured remote node processes to allow for multiple connections ([#434](https://github.com/livebook-dev/livebook/pull/434))
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -45,31 +45,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support for configuring Attached as the default runtime ([#397](https://github.com/elixir-nx/livebook/pull/397))
|
- Support for configuring Attached as the default runtime ([#397](https://github.com/livebook-dev/livebook/pull/397))
|
||||||
- Textarea input ([#382](https://github.com/elixir-nx/livebook/pull/382))
|
- Textarea input ([#382](https://github.com/livebook-dev/livebook/pull/382))
|
||||||
- Color input ([#410](https://github.com/elixir-nx/livebook/pull/410))
|
- Color input ([#410](https://github.com/livebook-dev/livebook/pull/410))
|
||||||
- Support for markdown output ([#404](https://github.com/elixir-nx/livebook/pull/404))
|
- Support for markdown output ([#404](https://github.com/livebook-dev/livebook/pull/404))
|
||||||
- Introduced cells bin for restoring deleted cells ([#414](https://github.com/elixir-nx/livebook/pull/414))
|
- Introduced cells bin for restoring deleted cells ([#414](https://github.com/livebook-dev/livebook/pull/414))
|
||||||
- Added code formatting integration to Elixir cells ([#416](https://github.com/elixir-nx/livebook/pull/416))
|
- Added code formatting integration to Elixir cells ([#416](https://github.com/livebook-dev/livebook/pull/416))
|
||||||
- Added `--open` CLI flag to `livebook server` ([#417](https://github.com/elixir-nx/livebook/pull/417))
|
- Added `--open` CLI flag to `livebook server` ([#417](https://github.com/livebook-dev/livebook/pull/417))
|
||||||
- Suggest restarting runtime on Mix.install error and add restart shortcut ([#418](https://github.com/elixir-nx/livebook/pull/418))
|
- Suggest restarting runtime on Mix.install error and add restart shortcut ([#418](https://github.com/livebook-dev/livebook/pull/418))
|
||||||
- Documented editor shortcuts and added basic view ([#419](https://github.com/elixir-nx/livebook/pull/419))
|
- Documented editor shortcuts and added basic view ([#419](https://github.com/livebook-dev/livebook/pull/419))
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Improved section management ([#411](https://github.com/elixir-nx/livebook/pull/411))
|
- Improved section management ([#411](https://github.com/livebook-dev/livebook/pull/411))
|
||||||
- Highlight matching brackets only in insert mode ([#421](https://github.com/elixir-nx/livebook/pull/421))
|
- Highlight matching brackets only in insert mode ([#421](https://github.com/livebook-dev/livebook/pull/421))
|
||||||
|
|
||||||
## [v0.2.1](https://github.com/livebook-dev/livebook/tree/v0.2.1) (2021-06-24)
|
## [v0.2.1](https://github.com/livebook-dev/livebook/tree/v0.2.1) (2021-06-24)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Showing the evaluation time next to the cell indicator ([#366](https://github.com/elixir-nx/livebook/pull/366))
|
- Showing the evaluation time next to the cell indicator ([#366](https://github.com/livebook-dev/livebook/pull/366))
|
||||||
- Showing a ticking timer while cell is evaluating ([#374](https://github.com/elixir-nx/livebook/pull/374))
|
- Showing a ticking timer while cell is evaluating ([#374](https://github.com/livebook-dev/livebook/pull/374))
|
||||||
- Added a section on evaluation vs compilation to the Elixir notebook ([#376](https://github.com/elixir-nx/livebook/pull/376))
|
- Added a section on evaluation vs compilation to the Elixir notebook ([#376](https://github.com/livebook-dev/livebook/pull/376))
|
||||||
- Support for image output ([#380](https://github.com/elixir-nx/livebook/pull/380))
|
- Support for image output ([#380](https://github.com/livebook-dev/livebook/pull/380))
|
||||||
- Introduced reactive inputs ([#389](https://github.com/elixir-nx/livebook/pull/389))
|
- Introduced reactive inputs ([#389](https://github.com/livebook-dev/livebook/pull/389))
|
||||||
- Added copy to clipboard button to virtualized output ([#393](https://github.com/elixir-nx/livebook/pull/393))
|
- Added copy to clipboard button to virtualized output ([#393](https://github.com/livebook-dev/livebook/pull/393))
|
||||||
|
|
||||||
## [v0.2.0](https://github.com/livebook-dev/livebook/tree/v0.2.0) (2021-06-17)
|
## [v0.2.0](https://github.com/livebook-dev/livebook/tree/v0.2.0) (2021-06-17)
|
||||||
|
|
||||||
|
@ -77,36 +77,36 @@ Next milestone, see [New in Livebook v0.2 by José Valim](https://www.youtube.co
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Introduced an Explore section ([#310](https://github.com/elixir-nx/livebook/pull/310))
|
- Introduced an Explore section ([#310](https://github.com/livebook-dev/livebook/pull/310))
|
||||||
- Notebook about the unique features behind Elixir and Livebook ([#314](https://github.com/elixir-nx/livebook/pull/314))
|
- Notebook about the unique features behind Elixir and Livebook ([#314](https://github.com/livebook-dev/livebook/pull/314))
|
||||||
- Portal guide ([#328](https://github.com/elixir-nx/livebook/pull/318))
|
- Portal guide ([#328](https://github.com/livebook-dev/livebook/pull/318))
|
||||||
- VegaLite introductory notebook ([#335](https://github.com/elixir-nx/livebook/pull/335))
|
- VegaLite introductory notebook ([#335](https://github.com/livebook-dev/livebook/pull/335))
|
||||||
- Kino introductory notebook ([#364](https://github.com/elixir-nx/livebook/pull/364))
|
- Kino introductory notebook ([#364](https://github.com/livebook-dev/livebook/pull/364))
|
||||||
- Notebook on VM introspection ([#346](https://github.com/elixir-nx/livebook/pull/346))
|
- Notebook on VM introspection ([#346](https://github.com/livebook-dev/livebook/pull/346))
|
||||||
- Show an informative message on completion when there is no runtime ([#316](https://github.com/elixir-nx/livebook/pull/316))
|
- Show an informative message on completion when there is no runtime ([#316](https://github.com/livebook-dev/livebook/pull/316))
|
||||||
- Support for inputs ([#328](https://github.com/elixir-nx/livebook/pull/328))
|
- Support for inputs ([#328](https://github.com/livebook-dev/livebook/pull/328))
|
||||||
- Numeric input ([#352](https://github.com/elixir-nx/livebook/pull/352))
|
- Numeric input ([#352](https://github.com/livebook-dev/livebook/pull/352))
|
||||||
- Password input ([#357](https://github.com/elixir-nx/livebook/pull/357))
|
- Password input ([#357](https://github.com/livebook-dev/livebook/pull/357))
|
||||||
- Support for Mix runtime as the default one ([#334](https://github.com/elixir-nx/livebook/pull/334))
|
- Support for Mix runtime as the default one ([#334](https://github.com/livebook-dev/livebook/pull/334))
|
||||||
- Dynamic table output ([#356](https://github.com/elixir-nx/livebook/pull/356))
|
- Dynamic table output ([#356](https://github.com/livebook-dev/livebook/pull/356))
|
||||||
|
|
||||||
## [v0.1.2](https://github.com/livebook-dev/livebook/tree/v0.1.2) (2021-06-01)
|
## [v0.1.2](https://github.com/livebook-dev/livebook/tree/v0.1.2) (2021-06-01)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Capture and show logger output ([#298](https://github.com/elixir-nx/livebook/pull/298))
|
- Capture and show logger output ([#298](https://github.com/livebook-dev/livebook/pull/298))
|
||||||
- Support for dynamic Vega-Lite graphics ([#306](https://github.com/elixir-nx/livebook/pull/306) and [#309](https://github.com/elixir-nx/livebook/pull/309))
|
- Support for dynamic Vega-Lite graphics ([#306](https://github.com/livebook-dev/livebook/pull/306) and [#309](https://github.com/livebook-dev/livebook/pull/309))
|
||||||
|
|
||||||
## [v0.1.1](https://github.com/livebook-dev/livebook/tree/v0.1.1) (2021-05-24)
|
## [v0.1.1](https://github.com/livebook-dev/livebook/tree/v0.1.1) (2021-05-24)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support for plots rendering via [`VegaLite`](https://github.com/elixir-nx/vega_lite) ([#287](https://github.com/elixir-nx/livebook/pull/287))
|
- Support for plots rendering via [`VegaLite`](https://github.com/elixir-nx/vega_lite) ([#287](https://github.com/livebook-dev/livebook/pull/287))
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Improved path selector to properly handle text editing in the middle ([#283](https://github.com/elixir-nx/livebook/pull/283))
|
- Improved path selector to properly handle text editing in the middle ([#283](https://github.com/livebook-dev/livebook/pull/283))
|
||||||
- Made section anchor links deterministic ([#288](https://github.com/elixir-nx/livebook/pull/288))
|
- Made section anchor links deterministic ([#288](https://github.com/livebook-dev/livebook/pull/288))
|
||||||
|
|
||||||
## [v0.1.0](https://github.com/livebook-dev/livebook/tree/v0.1.0) (2021-05-19)
|
## [v0.1.0](https://github.com/livebook-dev/livebook/tree/v0.1.0) (2021-05-19)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<h1><img src="https://github.com/elixir-nx/livebook/raw/main/priv/static/images/logo-with-text.png" alt="Livebook" width="400"></h1>
|
<h1><img src="https://github.com/livebook-dev/livebook/raw/main/priv/static/images/logo-with-text.png" alt="Livebook" width="400"></h1>
|
||||||
|
|
||||||
Livebook is a web application for writing interactive and collaborative code notebooks for Elixir, built with [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view). It features:
|
Livebook is a web application for writing interactive and collaborative code notebooks for Elixir, built with [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view). It features:
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ We are actively working on Livebook and you can consult the issues tracker to se
|
||||||
|
|
||||||
Livebook comes with a series of introductory notebooks to get you up and running. Just head down to the "Usage" section below to install it. Here is a peek at the "Welcome to Livebook" introductory notebook:
|
Livebook comes with a series of introductory notebooks to get you up and running. Just head down to the "Usage" section below to install it. Here is a peek at the "Welcome to Livebook" introductory notebook:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
From time to time, we also publish some videos for new Livebook releases:
|
From time to time, we also publish some videos for new Livebook releases:
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ To try out features from the main branch you can alternatively
|
||||||
install the escript directly from GitHub like this:
|
install the escript directly from GitHub like this:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
mix escript.install github elixir-nx/livebook
|
mix escript.install github livebook-dev/livebook
|
||||||
```
|
```
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
@ -104,7 +104,7 @@ See [Livebook on Docker Hub](https://hub.docker.com/r/livebook/livebook/tags?pag
|
||||||
You can run latest Livebook directly with Mix.
|
You can run latest Livebook directly with Mix.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/elixir-nx/livebook.git
|
git clone https://github.com/livebook-dev/livebook.git
|
||||||
cd livebook
|
cd livebook
|
||||||
mix deps.get --only prod
|
mix deps.get --only prod
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ function closingEndTextEdits(model, position) {
|
||||||
// If the next line is not available for inserting,
|
// If the next line is not available for inserting,
|
||||||
// we could insert `\nend` but this moves the cursor,
|
// we could insert `\nend` but this moves the cursor,
|
||||||
// so for now we just don't insert `end` at all
|
// so for now we just don't insert `end` at all
|
||||||
// For more context see https://github.com/elixir-nx/livebook/issues/152
|
// For more context see https://github.com/livebook-dev/livebook/issues/152
|
||||||
if (!shouldInsertInNextLine) {
|
if (!shouldInsertInNextLine) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@ config :livebook, :authentication_mode, :disabled
|
||||||
config :livebook, :default_runtime, {Livebook.Runtime.Embedded, []}
|
config :livebook, :default_runtime, {Livebook.Runtime.Embedded, []}
|
||||||
|
|
||||||
# Use longnames when running tests in CI, so that no host resolution is required,
|
# Use longnames when running tests in CI, so that no host resolution is required,
|
||||||
# see https://github.com/elixir-nx/livebook/pull/173#issuecomment-819468549
|
# see https://github.com/livebook-dev/livebook/pull/173#issuecomment-819468549
|
||||||
if System.get_env("CI") == "true" do
|
if System.get_env("CI") == "true" do
|
||||||
config :livebook, :node, {:longnames, :"livebook@127.0.0.1"}
|
config :livebook, :node, {:longnames, :"livebook@127.0.0.1"}
|
||||||
end
|
end
|
||||||
|
|
|
@ -73,7 +73,7 @@ defmodule Livebook.Application do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# See https://github.com/elixir-nx/livebook/issues/302
|
# See https://github.com/livebook-dev/livebook/issues/302
|
||||||
defp validate_hostname_resolution!() do
|
defp validate_hostname_resolution!() do
|
||||||
unless Livebook.Config.longname() do
|
unless Livebook.Config.longname() do
|
||||||
hostname = Livebook.Utils.node_host() |> to_charlist()
|
hostname = Livebook.Utils.node_host() |> to_charlist()
|
||||||
|
|
|
@ -131,7 +131,7 @@ That's our quick intro to Livebook! Where to go next?
|
||||||
[Elixir and Livebook](/explore/notebooks/elixir-and-livebook) notebook;
|
[Elixir and Livebook](/explore/notebooks/elixir-and-livebook) notebook;
|
||||||
|
|
||||||
* Finally, remember Livebook is an open source project, so feel free to
|
* Finally, remember Livebook is an open source project, so feel free to
|
||||||
look into [the repository](https://github.com/elixir-nx/livebook)
|
look into [the repository](https://github.com/livebook-dev/livebook)
|
||||||
to contribute, report bugs, suggest features or just skim over the
|
to contribute, report bugs, suggest features or just skim over the
|
||||||
codebase.
|
codebase.
|
||||||
|
|
||||||
|
|
2
mix.exs
2
mix.exs
|
@ -91,7 +91,7 @@ defmodule Livebook.MixProject do
|
||||||
[
|
[
|
||||||
licenses: ["Apache-2.0"],
|
licenses: ["Apache-2.0"],
|
||||||
links: %{
|
links: %{
|
||||||
"GitHub" => "https://github.com/elixir-nx/livebook"
|
"GitHub" => "https://github.com/livebook-dev/livebook"
|
||||||
},
|
},
|
||||||
files: ~w(lib priv config mix.exs README.md LICENSE CHANGELOG.md)
|
files: ~w(lib priv config mix.exs README.md LICENSE CHANGELOG.md)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue