module win_installer.win_ipy_kernels

Short summary

module pymyinstall.win_installer.win_ipy_kernels

Functions to prepare a setup on Windows, R functions

source on GitHub

Functions

function

truncated documentation

add_kernel_jupyter

add a kernel to jupyter

install_kernels

install available kernels on Windows

Documentation

Functions to prepare a setup on Windows, R functions

source on GitHub

pymyinstall.win_installer.win_ipy_kernels.add_kernel_jupyter(kernel, path, tools_path, python_path, suffix='WP')

add a kernel to jupyter

Parameters:
  • kernel – dictionary (see global variable in this module)

  • path – where to add it

  • tools_path – tools paths

  • python_path – python path

  • suffix – added in bracket at the end of the display name

Returns:

created file

source on GitHub

pymyinstall.win_installer.win_ipy_kernels.install_kernels(tools_path, python_path, suffix='WP')

install available kernels on Windows

Parameters:
  • tools_path – tools paths

  • python_path – python path

  • suffix – suffix

Returns:

list of creating files

source on GitHub