question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Move ipython to extra dependencies

See original GitHub issue

ipython is not required anywhere except local machine. Moreover, not all developers use it. Maybe we can move to some new extra dependency section?

We can even create more of them later.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
sobolevncommented, Mar 12, 2019

There are several problems:

  1. poetry has bugs related to extras https://github.com/sdispater/poetry/issues/834 and https://github.com/sdispater/poetry/issues/772
  2. we need to somehow pass these --extra params to docker build
  3. this needs to work differently for different envs (so, clearly no ipython on prod)
Read more comments on GitHub >

github_iconTop Results From Across the Web

Hosting an IPython notebook with external dependencies on ...
I've read that if a notebook is hosted as a gist (recommended) and requires access external data files, the data files should sit...
Read more >
Is IPython really a dependency? · Issue #1790 · DeepLabCut ...
It seems that ipython gets installed along with DeepLabCut. Do you really need it? ... Move ipython dependency to conda environments #1794.
Read more >
Managing Application Dependencies
This tutorial walks you through the use of Pipenv to manage dependencies for an application. ... Pipenv is a dependency manager for Python...
Read more >
8.x Series — IPython 8.7.0 documentation
Since IPython was developed before pip and environments existed it was used a convenient way to load code/packages in a project dependant way....
Read more >
Manage Jupyter Notebook Files - Earth Data Science
Learn how to manage Jupyter Notebook files including saving, renaming, deleting, moving, and downloading notebooks.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found