pub async fn serve(
notebook_path: impl AsRef<Path>,
config: ServerConfig,
) -> ServerResult<()>Expand description
Start the Venus server for a notebook.
pub async fn serve(
notebook_path: impl AsRef<Path>,
config: ServerConfig,
) -> ServerResult<()>Start the Venus server for a notebook.