File: comm_manager.Rd

package info (click to toggle)
r-cran-irkernel 1.3.2%2Bgit20240429.124f234-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 400 kB
  • sloc: python: 242; javascript: 69; makefile: 26; sh: 15
file content (14 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/environment_runtime.r
\name{comm_manager}
\alias{comm_manager}
\title{Get global CommManager instance}
\usage{
comm_manager()
}
\value{
\link{CommManager} instance if a kernel is running, else NULL
}
\description{
Get global CommManager instance
}