module win_installer.win_ipython_helper

Short summary

module pymyinstall.win_installer.win_ipython_helper

Functions to prepare a setup on Windows

Functions

function

truncated documentation

install_jupyter_extension

install jupyter extension

ipython_create_profile

creates a ipython profile

ipython_update_profile

update the profile with custom settings (file filters)

Documentation

Functions to prepare a setup on Windows

Todo(enhancement): enables js extension on jupyter

Run something like:

jupyter nbextension enable --py --sys-prefix widgetsnbextension

source on GitHub

pymyinstall.win_installer.win_ipython_helper.install_jupyter_extension(python_path)

install jupyter extension

Parameters:

python_path – python path

Returns:

out, err

source on GitHub

pymyinstall.win_installer.win_ipython_helper.ipython_create_profile(config_path, python_path, name='win_profile', fLOG=<built-in function print>)

creates a ipython profile

Parameters:
  • config_path – where to create it

  • python_path – python path (to get ipython)

  • profile – name

  • fLOG – logging function

Returns:

profile path

source on GitHub

pymyinstall.win_installer.win_ipython_helper.ipython_update_profile(profile_path)

update the profile with custom settings (file filters)

Parameters:

profile_path – path to profile

source on GitHub