jupyter / jupyter_kernel_test

A tool for testing Jupyter kernels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packaging questions

kmike opened this issue · comments

Hey,

Could you please clarify some questions about packaging?

  • which commit is currently uploaded to pypi?
  • if pypi version doesn't have all recent fixes, is it possible to install jupyter_kernel_version from github? I see that it is not possible to do it with pip (as there is no setup.py in repo you can't specify a repo address and a commit and put it into requirements.txt); is it possible with flit without downloading zip file using curl/wget?

which commit is currently uploaded to pypi?

I was not even aware this was released.

On python 3, instal flit, and run flit install --symlink from the root of the source tree.

@takluyver can you add Min and I to the owners on PyPI ?

We are now using standard setuptools