Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
IHaskell.IPython
Description
Synopsis
- replaceIPythonKernelspec :: KernelSpecOptions -> IO ()
- defaultConfFile :: IO (Maybe String)
- getIHaskellDir :: IO String
- getSandboxPackageConf :: IO (Maybe String)
- subHome :: String -> IO String
- kernelName :: String
- data KernelSpecOptions = KernelSpecOptions {}
- defaultKernelSpecOptions :: KernelSpecOptions
- installLabextension :: Bool -> IO ()
Documentation
replaceIPythonKernelspec :: KernelSpecOptions -> IO () Source #
subHome :: String -> IO String Source #
Replace "~" with $HOME if $HOME is defined. Otherwise, do nothing.
kernelName :: String Source #
The IPython kernel name.
data KernelSpecOptions Source #
Constructors
KernelSpecOptions | |
Fields
|
installLabextension :: Bool -> IO () Source #