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
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

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

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

pymyinstall.win_installer.win_ipython_helper.ipython_update_profile(profile_path)[source]

update the profile with custom settings (file filters)

Parameters:profile_path – path to profile