Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding infrastructure for intake projects #22

Merged
merged 8 commits into from
May 28, 2019
Merged

Conversation

jsignell
Copy link
Contributor

This work came out of #20 which is on hiatus at the moment. But this part should get in so that people can start writing and testing intake projects. Plus starts the work of documenting what I'm doing #3.

README.md Outdated
Domain-specific narrative examples using multiple PyViz projects
Domain-specific narrative examples using multiple PyViz projects.
Isolated fully described projects, runnable locally and deployable
to Anaconda Enterprise.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Each project is expected to have an author and a date (date created or date modified? not sure), and a canonical URL that can be sent around to send someone to this particular project.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
- python=3.6
- notebook ==5.7.8
- ipykernel ==5.1.0
- nomkl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you document why we suggest nomkl?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to talk about that actually. I originally did it to speed up environment set up times. But we should probably decide as a group whether or not we want nomkl in all these projects @pyviz-topics/pyviz-dev

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually mkl is used for better runtime performance in numpy operations, but maybe with datashader that's not so important, as we use Numba for most of the internal computations anyway?

@jlstevens
Copy link
Contributor

Happy to insert a section about the pip+git format to get projects working off git master once the rest is ready...

@jsignell
Copy link
Contributor Author

@jlstevens I am done pushing if you want to just add your bit to this PR?

@jlstevens
Copy link
Contributor

Sure!

@jlstevens
Copy link
Contributor

@jsignell @jbednar I've pushed a section on the pip+git syntax. Happy to apply any suggestions for improvements you may have.

@jsignell
Copy link
Contributor Author

LGTM

@jsignell jsignell deleted the jsignell/intake branch May 28, 2019 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants